Shades of Deep Sky Blue #039FEA
Tints of Deep Sky Blue #039FEA
RGB
CMYK
RGB Variations
Color information
#039FEA (or 0x039FEA) is known color: Deep Sky Blue. HEX triplet: 03, 9F and EA. RGB value is (3,159,234). Sum of RGB (Red+Green+Blue) = 3+159+234=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #039FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FEA is #FC6015. Grayscale: #787878. Windows color (decimal): -16539670 or 15376131. OLE color: 15376131.
HSL color Cylindrical-coordinate representation of color #039FEA: hue angle of 199.48º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FEA is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 159 | 234 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.08 |
| HSL | 199.48º | 0.97% | 0.46% | - |
| HSV(B) | 199.48º | 0.99% | 0.92% | - |
| XYZ | 27.29 | 30.76 | 82.34 | - |
| YUV | 120.91 | 191.82 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 234 | 0.99 | 0.32 | 0 | 0.08 | 199.48 | 0.97 | 0.46 |
| Hex | 3 | 9F | EA | 63 | 20 | 0 | 8 | C7 | 61 | 2E |
| Octal | 3 | 237 | 352 | 143 | 40 | 0 | 10 | 307 | 141 | 56 |
| Binary | 11 | 10011111 | 11101010 | 1100011 | 100000 | 0 | 1000 | 11000111 | 1100001 | 101110 |
Color Harmonies of #039FEA
Complementary color
Monochromatic Colors of #039FEA
Black with #039FEA
Text Example
Text Example
White with #039FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FEA; }
p { color: rgb(3,159,234); }
H1.HeaderClassName
{
color: #039FEA;
}
.AnyTagClassName
{
color: #039FEA;
}
</style>
background-color css
<style>
a { background-color: #039FEA; }
a { background-color: rgb(3,159,234); }
div.DivClassName
{
background-color: #039FEA;
}
.BgClassName
{
background-color: #039FEA;
}
</style>
border-color css
<style>
span { border-color: #039FEA; }
span { border-color: rgb(3,159,234); }
td.TdClassName
{
border-color: #039FEA;
}
.TagClassName
{
border-color: #039FEA;
}
</style>