Shades of Medium Blue #020ED1
Tints of Medium Blue #020ED1
RGB
CMYK
RGB Variations
Color information
#020ED1 (or 0x020ED1) is known color: Medium Blue. HEX triplet: 02, 0E and D1. RGB value is (2,14,209). Sum of RGB (Red+Green+Blue) = 2+14+209=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 209 (82.03% from 255 or 92.89% from 225); Max value from RGB is 209 - color contains mainly: blue. Hex color #020ED1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ED1 is #FDF12E. Grayscale: #1F1F1F. Windows color (decimal): -16642351 or 13700610. OLE color: 13700610.
HSL color Cylindrical-coordinate representation of color #020ED1: hue angle of 236.52º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020ED1 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 14 | 209 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.18 |
| HSL | 236.52º | 0.98% | 0.41% | - |
| HSV(B) | 236.52º | 0.99% | 0.82% | - |
| XYZ | 11.69 | 4.93 | 60.66 | - |
| YUV | 32.64 | 227.52 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 209 | 0.99 | 0.93 | 0 | 0.18 | 236.52 | 0.98 | 0.41 |
| Hex | 2 | E | D1 | 63 | 5D | 0 | 12 | ED | 62 | 29 |
| Octal | 2 | 16 | 321 | 143 | 135 | 0 | 22 | 355 | 142 | 51 |
| Binary | 10 | 1110 | 11010001 | 1100011 | 1011101 | 0 | 10010 | 11101101 | 1100010 | 101001 |
Color Harmonies of #020ED1
Complementary color
Monochromatic Colors of #020ED1
Black with #020ED1
Text Example
Text Example
White with #020ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020ED1; }
p { color: rgb(2,14,209); }
H1.HeaderClassName
{
color: #020ED1;
}
.AnyTagClassName
{
color: #020ED1;
}
</style>
background-color css
<style>
a { background-color: #020ED1; }
a { background-color: rgb(2,14,209); }
div.DivClassName
{
background-color: #020ED1;
}
.BgClassName
{
background-color: #020ED1;
}
</style>
border-color css
<style>
span { border-color: #020ED1; }
span { border-color: rgb(2,14,209); }
td.TdClassName
{
border-color: #020ED1;
}
.TagClassName
{
border-color: #020ED1;
}
</style>