If you want all <h5> headers to have blue text using hexadecimal, what CSS property would you apply?
<h5>
h5 { color: #FFFFFF; }
h5 { color: red; }
h5 { color: rgb(255, 0, 0); }
h5 { color: #0000FF; }