Shades of Medium Blue #020EDB
Tints of Medium Blue #020EDB
RGB
CMYK
RGB Variations
Color information
#020EDB (or 0x020EDB) is known color: Medium Blue. HEX triplet: 02, 0E and DB. RGB value is (2,14,219). Sum of RGB (Red+Green+Blue) = 2+14+219=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 219 (85.94% from 255 or 93.19% from 235); Max value from RGB is 219 - color contains mainly: blue. Hex color #020EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EDB is #FDF124. Grayscale: #202020. Windows color (decimal): -16642341 or 14355970. OLE color: 14355970.
HSL color Cylindrical-coordinate representation of color #020EDB: hue angle of 236.68º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EDB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 14 | 219 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.14 |
| HSL | 236.68º | 0.98% | 0.43% | - |
| HSV(B) | 236.68º | 0.99% | 0.86% | - |
| XYZ | 12.97 | 5.44 | 67.38 | - |
| YUV | 33.78 | 232.52 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 219 | 0.99 | 0.94 | 0 | 0.14 | 236.68 | 0.98 | 0.43 |
| Hex | 2 | E | DB | 63 | 5E | 0 | E | ED | 62 | 2B |
| Octal | 2 | 16 | 333 | 143 | 136 | 0 | 16 | 355 | 142 | 53 |
| Binary | 10 | 1110 | 11011011 | 1100011 | 1011110 | 0 | 1110 | 11101101 | 1100010 | 101011 |
Color Harmonies of #020EDB
Complementary color
Monochromatic Colors of #020EDB
Black with #020EDB
Text Example
Text Example
White with #020EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EDB; }
p { color: rgb(2,14,219); }
H1.HeaderClassName
{
color: #020EDB;
}
.AnyTagClassName
{
color: #020EDB;
}
</style>
background-color css
<style>
a { background-color: #020EDB; }
a { background-color: rgb(2,14,219); }
div.DivClassName
{
background-color: #020EDB;
}
.BgClassName
{
background-color: #020EDB;
}
</style>
border-color css
<style>
span { border-color: #020EDB; }
span { border-color: rgb(2,14,219); }
td.TdClassName
{
border-color: #020EDB;
}
.TagClassName
{
border-color: #020EDB;
}
</style>