Shades of Medium Blue #020ECA
Tints of Medium Blue #020ECA
RGB
CMYK
RGB Variations
Color information
#020ECA (or 0x020ECA) is known color: Medium Blue. HEX triplet: 02, 0E and CA. RGB value is (2,14,202). Sum of RGB (Red+Green+Blue) = 2+14+202=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 202 (79.30% from 255 or 92.66% from 218); Max value from RGB is 202 - color contains mainly: blue. Hex color #020ECA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ECA is #FDF135. Grayscale: #1F1F1F. Windows color (decimal): -16642358 or 13241858. OLE color: 13241858.
HSL color Cylindrical-coordinate representation of color #020ECA: hue angle of 236.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020ECA is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 14 | 202 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.21 |
| HSL | 236.4º | 0.98% | 0.4% | - |
| HSV(B) | 236.4º | 0.99% | 0.79% | - |
| XYZ | 10.84 | 4.59 | 56.19 | - |
| YUV | 31.84 | 224.02 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 202 | 0.99 | 0.93 | 0 | 0.21 | 236.4 | 0.98 | 0.4 |
| Hex | 2 | E | CA | 63 | 5D | 0 | 15 | EC | 62 | 28 |
| Octal | 2 | 16 | 312 | 143 | 135 | 0 | 25 | 354 | 142 | 50 |
| Binary | 10 | 1110 | 11001010 | 1100011 | 1011101 | 0 | 10101 | 11101100 | 1100010 | 101000 |
Color Harmonies of #020ECA
Complementary color
Monochromatic Colors of #020ECA
Black with #020ECA
Text Example
Text Example
White with #020ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020ECA; }
p { color: rgb(2,14,202); }
H1.HeaderClassName
{
color: #020ECA;
}
.AnyTagClassName
{
color: #020ECA;
}
</style>
background-color css
<style>
a { background-color: #020ECA; }
a { background-color: rgb(2,14,202); }
div.DivClassName
{
background-color: #020ECA;
}
.BgClassName
{
background-color: #020ECA;
}
</style>
border-color css
<style>
span { border-color: #020ECA; }
span { border-color: rgb(2,14,202); }
td.TdClassName
{
border-color: #020ECA;
}
.TagClassName
{
border-color: #020ECA;
}
</style>