Shades of Deep Sky Blue #03B4F0
Tints of Deep Sky Blue #03B4F0
RGB
CMYK
RGB Variations
Color information
#03B4F0 (or 0x03B4F0) is known color: Deep Sky Blue. HEX triplet: 03, B4 and F0. RGB value is (3,180,240). Sum of RGB (Red+Green+Blue) = 3+180+240=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #03B4F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B4F0 is #FC4B0F. Grayscale: #858585. Windows color (decimal): -16534288 or 15774723. OLE color: 15774723.
HSL color Cylindrical-coordinate representation of color #03B4F0: hue angle of 195.19º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B4F0 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 180 | 240 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.06 |
| HSL | 195.19º | 0.98% | 0.48% | - |
| HSV(B) | 195.19º | 0.99% | 0.94% | - |
| XYZ | 32.09 | 38.95 | 88.27 | - |
| YUV | 133.92 | 187.86 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 180 | 240 | 0.99 | 0.25 | 0 | 0.06 | 195.19 | 0.98 | 0.48 |
| Hex | 3 | B4 | F0 | 63 | 19 | 0 | 6 | C3 | 62 | 30 |
| Octal | 3 | 264 | 360 | 143 | 31 | 0 | 6 | 303 | 142 | 60 |
| Binary | 11 | 10110100 | 11110000 | 1100011 | 11001 | 0 | 110 | 11000011 | 1100010 | 110000 |
Color Harmonies of #03B4F0
Complementary color
Monochromatic Colors of #03B4F0
Black with #03B4F0
Text Example
Text Example
White with #03B4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B4F0; }
p { color: rgb(3,180,240); }
H1.HeaderClassName
{
color: #03B4F0;
}
.AnyTagClassName
{
color: #03B4F0;
}
</style>
background-color css
<style>
a { background-color: #03B4F0; }
a { background-color: rgb(3,180,240); }
div.DivClassName
{
background-color: #03B4F0;
}
.BgClassName
{
background-color: #03B4F0;
}
</style>
border-color css
<style>
span { border-color: #03B4F0; }
span { border-color: rgb(3,180,240); }
td.TdClassName
{
border-color: #03B4F0;
}
.TagClassName
{
border-color: #03B4F0;
}
</style>