Shades of Medium Blue #020EE0
Tints of Medium Blue #020EE0
RGB
CMYK
RGB Variations
Color information
#020EE0 (or 0x020EE0) is known color: Medium Blue. HEX triplet: 02, 0E and E0. RGB value is (2,14,224). Sum of RGB (Red+Green+Blue) = 2+14+224=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 224 (87.89% from 255 or 93.33% from 240); Max value from RGB is 224 - color contains mainly: blue. Hex color #020EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EE0 is #FDF11F. Grayscale: #212121. Windows color (decimal): -16642336 or 14683650. OLE color: 14683650.
HSL color Cylindrical-coordinate representation of color #020EE0: hue angle of 236.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EE0 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 14 | 224 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.12 |
| HSL | 236.76º | 0.98% | 0.44% | - |
| HSV(B) | 236.76º | 0.99% | 0.88% | - |
| XYZ | 13.64 | 5.71 | 70.9 | - |
| YUV | 34.35 | 235.02 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 224 | 0.99 | 0.94 | 0 | 0.12 | 236.76 | 0.98 | 0.44 |
| Hex | 2 | E | E0 | 63 | 5E | 0 | C | ED | 62 | 2C |
| Octal | 2 | 16 | 340 | 143 | 136 | 0 | 14 | 355 | 142 | 54 |
| Binary | 10 | 1110 | 11100000 | 1100011 | 1011110 | 0 | 1100 | 11101101 | 1100010 | 101100 |
Color Harmonies of #020EE0
Complementary color
Monochromatic Colors of #020EE0
Black with #020EE0
Text Example
Text Example
White with #020EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EE0; }
p { color: rgb(2,14,224); }
H1.HeaderClassName
{
color: #020EE0;
}
.AnyTagClassName
{
color: #020EE0;
}
</style>
background-color css
<style>
a { background-color: #020EE0; }
a { background-color: rgb(2,14,224); }
div.DivClassName
{
background-color: #020EE0;
}
.BgClassName
{
background-color: #020EE0;
}
</style>
border-color css
<style>
span { border-color: #020EE0; }
span { border-color: rgb(2,14,224); }
td.TdClassName
{
border-color: #020EE0;
}
.TagClassName
{
border-color: #020EE0;
}
</style>