Shades of Deep Sky Blue #03B2FD
Tints of Deep Sky Blue #03B2FD
RGB
CMYK
RGB Variations
Color information
#03B2FD (or 0x03B2FD) is known color: Deep Sky Blue. HEX triplet: 03, B2 and FD. RGB value is (3,178,253). Sum of RGB (Red+Green+Blue) = 3+178+253=434 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #03B2FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03B2FD is #FC4D02. Grayscale: #858585. Windows color (decimal): -16534787 or 16626179. OLE color: 16626179.
HSL color Cylindrical-coordinate representation of color #03B2FD: hue angle of 198º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B2FD is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 178 | 253 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.01 |
| HSL | 198º | 0.98% | 0.5% | - |
| HSV(B) | 198º | 0.99% | 0.99% | - |
| XYZ | 33.69 | 38.95 | 98.67 | - |
| YUV | 134.23 | 195.02 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 178 | 253 | 0.99 | 0.30 | 0 | 0.01 | 198 | 0.98 | 0.5 |
| Hex | 3 | B2 | FD | 63 | 1E | 0 | 1 | C6 | 62 | 32 |
| Octal | 3 | 262 | 375 | 143 | 36 | 0 | 1 | 306 | 142 | 62 |
| Binary | 11 | 10110010 | 11111101 | 1100011 | 11110 | 0 | 1 | 11000110 | 1100010 | 110010 |
Color Harmonies of #03B2FD
Complementary color
Monochromatic Colors of #03B2FD
Black with #03B2FD
Text Example
Text Example
White with #03B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B2FD; }
p { color: rgb(3,178,253); }
H1.HeaderClassName
{
color: #03B2FD;
}
.AnyTagClassName
{
color: #03B2FD;
}
</style>
background-color css
<style>
a { background-color: #03B2FD; }
a { background-color: rgb(3,178,253); }
div.DivClassName
{
background-color: #03B2FD;
}
.BgClassName
{
background-color: #03B2FD;
}
</style>
border-color css
<style>
span { border-color: #03B2FD; }
span { border-color: rgb(3,178,253); }
td.TdClassName
{
border-color: #03B2FD;
}
.TagClassName
{
border-color: #03B2FD;
}
</style>