¿Cómo cambiarías el color del texto de todos los encabezados <h1> a azul usando un valor hexadecimal?
<h1>
h1 { heading-color: #0000FF; }
h1 { font-color: #0000FF; }
h1 { text-color: #0000FF; }
h1 { color: #0000FF; }