#007fff
Azure Color Codes
Code | Value |
---|---|
HEX | #007fff |
RGB | rgb(0,127,255) |
HSL | |
CMYK |
Shades of Azure (#007fff)
Tints of Azure (#007fff)
Azure (#007fff) Preview
Text with hexademical color #007fff
This text has a font color of #007fff
<span style="color: #007fff;">Text</span>
#007fff background color
This paragraph has a background color of #007fff
<p style="background-color: #007fff;">Text</p>
#007fff border color
This element has a border color of #007fff
<div style="border: 2px solid #007fff;">Text</div>
CSS codes
.text {color:#007fff;}
.background {background-color: #007fff;}
.border {border:2px solid #007fff;}