Shades of Medium Blue #020EDC
Tints of Medium Blue #020EDC
RGB
CMYK
RGB Variations
Color information
#020EDC (or 0x020EDC) is known color: Medium Blue. HEX triplet: 02, 0E and DC. RGB value is (2,14,220). Sum of RGB (Red+Green+Blue) = 2+14+220=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 220 (86.33% from 255 or 93.22% from 236); Max value from RGB is 220 - color contains mainly: blue. Hex color #020EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EDC is #FDF123. Grayscale: #212121. Windows color (decimal): -16642340 or 14421506. OLE color: 14421506.
HSL color Cylindrical-coordinate representation of color #020EDC: hue angle of 236.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EDC is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 14 | 220 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.14 |
| HSL | 236.7º | 0.98% | 0.44% | - |
| HSV(B) | 236.7º | 0.99% | 0.86% | - |
| XYZ | 13.1 | 5.49 | 68.08 | - |
| YUV | 33.9 | 233.02 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 220 | 0.99 | 0.94 | 0 | 0.14 | 236.7 | 0.98 | 0.44 |
| Hex | 2 | E | DC | 63 | 5E | 0 | E | ED | 62 | 2C |
| Octal | 2 | 16 | 334 | 143 | 136 | 0 | 16 | 355 | 142 | 54 |
| Binary | 10 | 1110 | 11011100 | 1100011 | 1011110 | 0 | 1110 | 11101101 | 1100010 | 101100 |
Color Harmonies of #020EDC
Complementary color
Monochromatic Colors of #020EDC
Black with #020EDC
Text Example
Text Example
White with #020EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EDC; }
p { color: rgb(2,14,220); }
H1.HeaderClassName
{
color: #020EDC;
}
.AnyTagClassName
{
color: #020EDC;
}
</style>
background-color css
<style>
a { background-color: #020EDC; }
a { background-color: rgb(2,14,220); }
div.DivClassName
{
background-color: #020EDC;
}
.BgClassName
{
background-color: #020EDC;
}
</style>
border-color css
<style>
span { border-color: #020EDC; }
span { border-color: rgb(2,14,220); }
td.TdClassName
{
border-color: #020EDC;
}
.TagClassName
{
border-color: #020EDC;
}
</style>