HEX
#
RGB
HSL

#00BFFF CSS / HTML Preview

Text with hexadecimal color #00BFFF

This text has a font color of #00BFFF.

<span style="color:#00BFFF;">Your text here</span>
#00BFFF border color

This element has a border color of #00BFFF.

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

This paragraph has a background color of #00BFFF.

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