What CSS code would change the text color of an <h5> header to blue?
<h5>
h5 { color: #FF0000; }
h5 { color: #00FF00; }
h5 { color: #FFFFFF; }
h5 { color: #0000FF; }