Shades of Blue #020EE6
Tints of Blue #020EE6
RGB
CMYK
RGB Variations
Color information
#020EE6 (or 0x020EE6) is known color: Blue. HEX triplet: 02, 0E and E6. RGB value is (2,14,230). Sum of RGB (Red+Green+Blue) = 2+14+230=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 230 (90.23% from 255 or 93.50% from 246); Max value from RGB is 230 - color contains mainly: blue. Hex color #020EE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EE6 is #FDF119. Grayscale: #222222. Windows color (decimal): -16642330 or 15076866. OLE color: 15076866.
HSL color Cylindrical-coordinate representation of color #020EE6: hue angle of 236.84º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EE6 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 14 | 230 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.10 |
| HSL | 236.84º | 0.98% | 0.45% | - |
| HSV(B) | 236.84º | 0.99% | 0.9% | - |
| XYZ | 14.47 | 6.04 | 75.27 | - |
| YUV | 35.04 | 238.02 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 230 | 0.99 | 0.94 | 0 | 0.10 | 236.84 | 0.98 | 0.45 |
| Hex | 2 | E | E6 | 63 | 5E | 0 | A | ED | 62 | 2D |
| Octal | 2 | 16 | 346 | 143 | 136 | 0 | 12 | 355 | 142 | 55 |
| Binary | 10 | 1110 | 11100110 | 1100011 | 1011110 | 0 | 1010 | 11101101 | 1100010 | 101101 |
Color Harmonies of #020EE6
Complementary color
Monochromatic Colors of #020EE6
Black with #020EE6
Text Example
Text Example
White with #020EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EE6; }
p { color: rgb(2,14,230); }
H1.HeaderClassName
{
color: #020EE6;
}
.AnyTagClassName
{
color: #020EE6;
}
</style>
background-color css
<style>
a { background-color: #020EE6; }
a { background-color: rgb(2,14,230); }
div.DivClassName
{
background-color: #020EE6;
}
.BgClassName
{
background-color: #020EE6;
}
</style>
border-color css
<style>
span { border-color: #020EE6; }
span { border-color: rgb(2,14,230); }
td.TdClassName
{
border-color: #020EE6;
}
.TagClassName
{
border-color: #020EE6;
}
</style>