Shades of Medium Blue #020EC1
Tints of Medium Blue #020EC1
RGB
CMYK
RGB Variations
Color information
#020EC1 (or 0x020EC1) is known color: Medium Blue. HEX triplet: 02, 0E and C1. RGB value is (2,14,193). Sum of RGB (Red+Green+Blue) = 2+14+193=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 193 (75.78% from 255 or 92.34% from 209); Max value from RGB is 193 - color contains mainly: blue. Hex color #020EC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EC1 is #FDF13E. Grayscale: #1E1E1E. Windows color (decimal): -16642367 or 12652034. OLE color: 12652034.
HSL color Cylindrical-coordinate representation of color #020EC1: hue angle of 236.23º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EC1 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 14 | 193 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.24 |
| HSL | 236.23º | 0.98% | 0.38% | - |
| HSV(B) | 236.23º | 0.99% | 0.76% | - |
| XYZ | 9.81 | 4.18 | 50.74 | - |
| YUV | 30.82 | 219.52 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 193 | 0.99 | 0.93 | 0 | 0.24 | 236.23 | 0.98 | 0.38 |
| Hex | 2 | E | C1 | 63 | 5D | 0 | 18 | EC | 62 | 26 |
| Octal | 2 | 16 | 301 | 143 | 135 | 0 | 30 | 354 | 142 | 46 |
| Binary | 10 | 1110 | 11000001 | 1100011 | 1011101 | 0 | 11000 | 11101100 | 1100010 | 100110 |
Color Harmonies of #020EC1
Complementary color
Monochromatic Colors of #020EC1
Black with #020EC1
Text Example
Text Example
White with #020EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EC1; }
p { color: rgb(2,14,193); }
H1.HeaderClassName
{
color: #020EC1;
}
.AnyTagClassName
{
color: #020EC1;
}
</style>
background-color css
<style>
a { background-color: #020EC1; }
a { background-color: rgb(2,14,193); }
div.DivClassName
{
background-color: #020EC1;
}
.BgClassName
{
background-color: #020EC1;
}
</style>
border-color css
<style>
span { border-color: #020EC1; }
span { border-color: rgb(2,14,193); }
td.TdClassName
{
border-color: #020EC1;
}
.TagClassName
{
border-color: #020EC1;
}
</style>