Shades of Medium Blue #0E0BDC
Tints of Medium Blue #0E0BDC
RGB
CMYK
RGB Variations
Color information
#0E0BDC (or 0x0E0BDC) is known color: Medium Blue. HEX triplet: 0E, 0B and DC. RGB value is (14,11,220). Sum of RGB (Red+Green+Blue) = 14+11+220=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 220 (86.33% from 255 or 89.80% from 245); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E0BDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0BDC is #F1F423. Grayscale: #222222. Windows color (decimal): -15856676 or 14420750. OLE color: 14420750.
HSL color Cylindrical-coordinate representation of color #0E0BDC: hue angle of 240.86º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0BDC is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 11 | 220 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.14 |
| HSL | 240.86º | 0.9% | 0.45% | - |
| HSV(B) | 240.86º | 0.95% | 0.86% | - |
| XYZ | 13.22 | 5.5 | 68.08 | - |
| YUV | 35.72 | 231.99 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 220 | 0.94 | 0.95 | 0 | 0.14 | 240.86 | 0.9 | 0.45 |
| Hex | E | B | DC | 5E | 5F | 0 | E | F1 | 5A | 2D |
| Octal | 16 | 13 | 334 | 136 | 137 | 0 | 16 | 361 | 132 | 55 |
| Binary | 1110 | 1011 | 11011100 | 1011110 | 1011111 | 0 | 1110 | 11110001 | 1011010 | 101101 |
Color Harmonies of #0E0BDC
Complementary color
Monochromatic Colors of #0E0BDC
Black with #0E0BDC
Text Example
Text Example
White with #0E0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0BDC; }
p { color: rgb(14,11,220); }
H1.HeaderClassName
{
color: #0E0BDC;
}
.AnyTagClassName
{
color: #0E0BDC;
}
</style>
background-color css
<style>
a { background-color: #0E0BDC; }
a { background-color: rgb(14,11,220); }
div.DivClassName
{
background-color: #0E0BDC;
}
.BgClassName
{
background-color: #0E0BDC;
}
</style>
border-color css
<style>
span { border-color: #0E0BDC; }
span { border-color: rgb(14,11,220); }
td.TdClassName
{
border-color: #0E0BDC;
}
.TagClassName
{
border-color: #0E0BDC;
}
</style>