Shades of Deep Sky Blue #019EF0
Tints of Deep Sky Blue #019EF0
RGB
CMYK
RGB Variations
Color information
#019EF0 (or 0x019EF0) is known color: Deep Sky Blue. HEX triplet: 01, 9E and F0. RGB value is (1,158,240). Sum of RGB (Red+Green+Blue) = 1+158+240=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #019EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019EF0 is #FE610F. Grayscale: #777777. Windows color (decimal): -16670992 or 15769089. OLE color: 15769089.
HSL color Cylindrical-coordinate representation of color #019EF0: hue angle of 200.59º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EF0 is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 158 | 240 | - |
| CMYK | 1.00 | 0.34 | 0 | 0.06 |
| HSL | 200.59º | 0.99% | 0.47% | - |
| HSV(B) | 200.59º | 1% | 0.94% | - |
| XYZ | 27.97 | 30.75 | 86.9 | - |
| YUV | 120.41 | 195.49 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 240 | 1.00 | 0.34 | 0 | 0.06 | 200.59 | 0.99 | 0.47 |
| Hex | 1 | 9E | F0 | 64 | 22 | 0 | 6 | C9 | 63 | 2F |
| Octal | 1 | 236 | 360 | 144 | 42 | 0 | 6 | 311 | 143 | 57 |
| Binary | 1 | 10011110 | 11110000 | 1100100 | 100010 | 0 | 110 | 11001001 | 1100011 | 101111 |
Color Harmonies of #019EF0
Complementary color
Monochromatic Colors of #019EF0
Black with #019EF0
Text Example
Text Example
White with #019EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EF0; }
p { color: rgb(1,158,240); }
H1.HeaderClassName
{
color: #019EF0;
}
.AnyTagClassName
{
color: #019EF0;
}
</style>
background-color css
<style>
a { background-color: #019EF0; }
a { background-color: rgb(1,158,240); }
div.DivClassName
{
background-color: #019EF0;
}
.BgClassName
{
background-color: #019EF0;
}
</style>
border-color css
<style>
span { border-color: #019EF0; }
span { border-color: rgb(1,158,240); }
td.TdClassName
{
border-color: #019EF0;
}
.TagClassName
{
border-color: #019EF0;
}
</style>