Shades of Deep Sky Blue #03A2E9
Tints of Deep Sky Blue #03A2E9
RGB
CMYK
RGB Variations
Color information
#03A2E9 (or 0x03A2E9) is known color: Deep Sky Blue. HEX triplet: 03, A2 and E9. RGB value is (3,162,233). Sum of RGB (Red+Green+Blue) = 3+162+233=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 233 (91.41% from 255 or 58.54% from 398); Max value from RGB is 233 - color contains mainly: blue. Hex color #03A2E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A2E9 is #FC5D16. Grayscale: #7A7A7A. Windows color (decimal): -16538903 or 15311363. OLE color: 15311363.
HSL color Cylindrical-coordinate representation of color #03A2E9: hue angle of 198.52º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A2E9 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 162 | 233 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.09 |
| HSL | 198.52º | 0.97% | 0.46% | - |
| HSV(B) | 198.52º | 0.99% | 0.91% | - |
| XYZ | 27.67 | 31.74 | 81.76 | - |
| YUV | 122.55 | 190.32 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 233 | 0.99 | 0.30 | 0 | 0.09 | 198.52 | 0.97 | 0.46 |
| Hex | 3 | A2 | E9 | 63 | 1E | 0 | 9 | C7 | 61 | 2E |
| Octal | 3 | 242 | 351 | 143 | 36 | 0 | 11 | 307 | 141 | 56 |
| Binary | 11 | 10100010 | 11101001 | 1100011 | 11110 | 0 | 1001 | 11000111 | 1100001 | 101110 |
Color Harmonies of #03A2E9
Complementary color
Monochromatic Colors of #03A2E9
Black with #03A2E9
Text Example
Text Example
White with #03A2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A2E9; }
p { color: rgb(3,162,233); }
H1.HeaderClassName
{
color: #03A2E9;
}
.AnyTagClassName
{
color: #03A2E9;
}
</style>
background-color css
<style>
a { background-color: #03A2E9; }
a { background-color: rgb(3,162,233); }
div.DivClassName
{
background-color: #03A2E9;
}
.BgClassName
{
background-color: #03A2E9;
}
</style>
border-color css
<style>
span { border-color: #03A2E9; }
span { border-color: rgb(3,162,233); }
td.TdClassName
{
border-color: #03A2E9;
}
.TagClassName
{
border-color: #03A2E9;
}
</style>