Shades of Medium Blue #0E20DC
Tints of Medium Blue #0E20DC
RGB
CMYK
RGB Variations
Color information
#0E20DC (or 0x0E20DC) is known color: Medium Blue. HEX triplet: 0E, 20 and DC. RGB value is (14,32,220). Sum of RGB (Red+Green+Blue) = 14+32+220=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E20DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E20DC is #F1DF23. Grayscale: #2F2F2F. Windows color (decimal): -15851300 or 14426126. OLE color: 14426126.
HSL color Cylindrical-coordinate representation of color #0E20DC: hue angle of 234.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E20DC is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 32 | 220 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.14 |
| HSL | 234.76º | 0.88% | 0.46% | - |
| HSV(B) | 234.76º | 0.94% | 0.86% | - |
| XYZ | 13.62 | 6.29 | 68.21 | - |
| YUV | 48.05 | 225.04 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 220 | 0.94 | 0.85 | 0 | 0.14 | 234.76 | 0.88 | 0.46 |
| Hex | E | 20 | DC | 5E | 55 | 0 | E | EB | 58 | 2E |
| Octal | 16 | 40 | 334 | 136 | 125 | 0 | 16 | 353 | 130 | 56 |
| Binary | 1110 | 100000 | 11011100 | 1011110 | 1010101 | 0 | 1110 | 11101011 | 1011000 | 101110 |
Color Harmonies of #0E20DC
Complementary color
Monochromatic Colors of #0E20DC
Black with #0E20DC
Text Example
Text Example
White with #0E20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E20DC; }
p { color: rgb(14,32,220); }
H1.HeaderClassName
{
color: #0E20DC;
}
.AnyTagClassName
{
color: #0E20DC;
}
</style>
background-color css
<style>
a { background-color: #0E20DC; }
a { background-color: rgb(14,32,220); }
div.DivClassName
{
background-color: #0E20DC;
}
.BgClassName
{
background-color: #0E20DC;
}
</style>
border-color css
<style>
span { border-color: #0E20DC; }
span { border-color: rgb(14,32,220); }
td.TdClassName
{
border-color: #0E20DC;
}
.TagClassName
{
border-color: #0E20DC;
}
</style>