HEX
#
RGB
HSL

#0000FF CSS / HTML Preview

Text with hexadecimal color #0000FF

This text has a font color of #0000FF.

<span style="color:#0000FF;">Your text here</span>
#0000FF border color

This element has a border color of #0000FF.

<div style="border:2px solid #0000FF;">Content here</div>
#0000FF background color

This paragraph has a background color of #0000FF.

<p style="background-color:#0000FF;">Content here</p>
CSS codes
.text {color:#0000FF;}
.background {background-color:#0000FF;}
.border {border:1px solid #0000FF;}