Shades of Blue #020EE8
Tints of Blue #020EE8
RGB
CMYK
RGB Variations
Color information
#020EE8 (or 0x020EE8) is known color: Blue. HEX triplet: 02, 0E and E8. RGB value is (2,14,232). Sum of RGB (Red+Green+Blue) = 2+14+232=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 232 (91.02% from 255 or 93.55% from 248); Max value from RGB is 232 - color contains mainly: blue. Hex color #020EE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EE8 is #FDF117. Grayscale: #222222. Windows color (decimal): -16642328 or 15207938. OLE color: 15207938.
HSL color Cylindrical-coordinate representation of color #020EE8: hue angle of 236.87º degrees, saturation: 0.98, 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 #020EE8 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 14 | 232 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.09 |
| HSL | 236.87º | 0.98% | 0.46% | - |
| HSV(B) | 236.87º | 0.99% | 0.91% | - |
| XYZ | 14.75 | 6.15 | 76.75 | - |
| YUV | 35.26 | 239.02 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 232 | 0.99 | 0.94 | 0 | 0.09 | 236.87 | 0.98 | 0.46 |
| Hex | 2 | E | E8 | 63 | 5E | 0 | 9 | ED | 62 | 2E |
| Octal | 2 | 16 | 350 | 143 | 136 | 0 | 11 | 355 | 142 | 56 |
| Binary | 10 | 1110 | 11101000 | 1100011 | 1011110 | 0 | 1001 | 11101101 | 1100010 | 101110 |
Color Harmonies of #020EE8
Complementary color
Monochromatic Colors of #020EE8
Black with #020EE8
Text Example
Text Example
White with #020EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EE8; }
p { color: rgb(2,14,232); }
H1.HeaderClassName
{
color: #020EE8;
}
.AnyTagClassName
{
color: #020EE8;
}
</style>
background-color css
<style>
a { background-color: #020EE8; }
a { background-color: rgb(2,14,232); }
div.DivClassName
{
background-color: #020EE8;
}
.BgClassName
{
background-color: #020EE8;
}
</style>
border-color css
<style>
span { border-color: #020EE8; }
span { border-color: rgb(2,14,232); }
td.TdClassName
{
border-color: #020EE8;
}
.TagClassName
{
border-color: #020EE8;
}
</style>