Shades of Medium Blue #0E14DE
Tints of Medium Blue #0E14DE
RGB
CMYK
RGB Variations
Color information
#0E14DE (or 0x0E14DE) is known color: Medium Blue. HEX triplet: 0E, 14 and DE. RGB value is (14,20,222). Sum of RGB (Red+Green+Blue) = 14+20+222=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 222 (87.11% from 255 or 86.72% from 256); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E14DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E14DE is #F1EB21. Grayscale: #282828. Windows color (decimal): -15854370 or 14554126. OLE color: 14554126.
HSL color Cylindrical-coordinate representation of color #0E14DE: hue angle of 238.27º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E14DE is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 20 | 222 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.13 |
| HSL | 238.27º | 0.88% | 0.46% | - |
| HSV(B) | 238.27º | 0.94% | 0.87% | - |
| XYZ | 13.62 | 5.87 | 69.52 | - |
| YUV | 41.23 | 230.01 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 20 | 222 | 0.94 | 0.91 | 0 | 0.13 | 238.27 | 0.88 | 0.46 |
| Hex | E | 14 | DE | 5E | 5B | 0 | D | EE | 58 | 2E |
| Octal | 16 | 24 | 336 | 136 | 133 | 0 | 15 | 356 | 130 | 56 |
| Binary | 1110 | 10100 | 11011110 | 1011110 | 1011011 | 0 | 1101 | 11101110 | 1011000 | 101110 |
Color Harmonies of #0E14DE
Complementary color
Monochromatic Colors of #0E14DE
Black with #0E14DE
Text Example
Text Example
White with #0E14DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E14DE; }
p { color: rgb(14,20,222); }
H1.HeaderClassName
{
color: #0E14DE;
}
.AnyTagClassName
{
color: #0E14DE;
}
</style>
background-color css
<style>
a { background-color: #0E14DE; }
a { background-color: rgb(14,20,222); }
div.DivClassName
{
background-color: #0E14DE;
}
.BgClassName
{
background-color: #0E14DE;
}
</style>
border-color css
<style>
span { border-color: #0E14DE; }
span { border-color: rgb(14,20,222); }
td.TdClassName
{
border-color: #0E14DE;
}
.TagClassName
{
border-color: #0E14DE;
}
</style>