How would you change the text color of all <h1> headers to blue using a hexadecimal value?
<h1>
h1 { font-color: #0000FF; }
h1 { color: #0000FF; }
h1 { heading-color: #0000FF; }
h1 { text-color: #0000FF; }