Shades of Deep Sky Blue #03B0F0
Tints of Deep Sky Blue #03B0F0
RGB
CMYK
RGB Variations
Color information
#03B0F0 (or 0x03B0F0) is known color: Deep Sky Blue. HEX triplet: 03, B0 and F0. RGB value is (3,176,240). Sum of RGB (Red+Green+Blue) = 3+176+240=419 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #03B0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03B0F0 is #FC4F0F. Grayscale: #838383. Windows color (decimal): -16535312 or 15773699. OLE color: 15773699.
HSL color Cylindrical-coordinate representation of color #03B0F0: hue angle of 196.2º 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 #03B0F0 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 176 | 240 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.06 |
| HSL | 196.2º | 0.98% | 0.48% | - |
| HSV(B) | 196.2º | 0.99% | 0.94% | - |
| XYZ | 31.29 | 37.36 | 88 | - |
| YUV | 131.57 | 189.19 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 176 | 240 | 0.99 | 0.27 | 0 | 0.06 | 196.2 | 0.98 | 0.48 |
| Hex | 3 | B0 | F0 | 63 | 1B | 0 | 6 | C4 | 62 | 30 |
| Octal | 3 | 260 | 360 | 143 | 33 | 0 | 6 | 304 | 142 | 60 |
| Binary | 11 | 10110000 | 11110000 | 1100011 | 11011 | 0 | 110 | 11000100 | 1100010 | 110000 |
Color Harmonies of #03B0F0
Complementary color
Monochromatic Colors of #03B0F0
Black with #03B0F0
Text Example
Text Example
White with #03B0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B0F0; }
p { color: rgb(3,176,240); }
H1.HeaderClassName
{
color: #03B0F0;
}
.AnyTagClassName
{
color: #03B0F0;
}
</style>
background-color css
<style>
a { background-color: #03B0F0; }
a { background-color: rgb(3,176,240); }
div.DivClassName
{
background-color: #03B0F0;
}
.BgClassName
{
background-color: #03B0F0;
}
</style>
border-color css
<style>
span { border-color: #03B0F0; }
span { border-color: rgb(3,176,240); }
td.TdClassName
{
border-color: #03B0F0;
}
.TagClassName
{
border-color: #03B0F0;
}
</style>