Shades of Medium Blue #0E1CDC
Tints of Medium Blue #0E1CDC
RGB
CMYK
RGB Variations
Color information
#0E1CDC (or 0x0E1CDC) is known color: Medium Blue. HEX triplet: 0E, 1C and DC. RGB value is (14,28,220). Sum of RGB (Red+Green+Blue) = 14+28+220=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E1CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1CDC is #F1E323. Grayscale: #2C2C2C. Windows color (decimal): -15852324 or 14425102. OLE color: 14425102.
HSL color Cylindrical-coordinate representation of color #0E1CDC: hue angle of 235.92º 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 #0E1CDC is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 28 | 220 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.14 |
| HSL | 235.92º | 0.88% | 0.46% | - |
| HSV(B) | 235.92º | 0.94% | 0.86% | - |
| XYZ | 13.51 | 6.09 | 68.17 | - |
| YUV | 45.7 | 226.36 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 28 | 220 | 0.94 | 0.87 | 0 | 0.14 | 235.92 | 0.88 | 0.46 |
| Hex | E | 1C | DC | 5E | 57 | 0 | E | EC | 58 | 2E |
| Octal | 16 | 34 | 334 | 136 | 127 | 0 | 16 | 354 | 130 | 56 |
| Binary | 1110 | 11100 | 11011100 | 1011110 | 1010111 | 0 | 1110 | 11101100 | 1011000 | 101110 |
Color Harmonies of #0E1CDC
Complementary color
Monochromatic Colors of #0E1CDC
Black with #0E1CDC
Text Example
Text Example
White with #0E1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1CDC; }
p { color: rgb(14,28,220); }
H1.HeaderClassName
{
color: #0E1CDC;
}
.AnyTagClassName
{
color: #0E1CDC;
}
</style>
background-color css
<style>
a { background-color: #0E1CDC; }
a { background-color: rgb(14,28,220); }
div.DivClassName
{
background-color: #0E1CDC;
}
.BgClassName
{
background-color: #0E1CDC;
}
</style>
border-color css
<style>
span { border-color: #0E1CDC; }
span { border-color: rgb(14,28,220); }
td.TdClassName
{
border-color: #0E1CDC;
}
.TagClassName
{
border-color: #0E1CDC;
}
</style>