Shades of Medium Blue #0E14D0
Tints of Medium Blue #0E14D0
RGB
CMYK
RGB Variations
Color information
#0E14D0 (or 0x0E14D0) is known color: Medium Blue. HEX triplet: 0E, 14 and D0. RGB value is (14,20,208). Sum of RGB (Red+Green+Blue) = 14+20+208=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 208 (81.64% from 255 or 85.95% from 242); Max value from RGB is 208 - color contains mainly: blue. Hex color #0E14D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E14D0 is #F1EB2F. Grayscale: #262626. Windows color (decimal): -15854384 or 13636622. OLE color: 13636622.
HSL color Cylindrical-coordinate representation of color #0E14D0: hue angle of 238.14º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E14D0 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 20 | 208 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.18 |
| HSL | 238.14º | 0.87% | 0.44% | - |
| HSV(B) | 238.14º | 0.93% | 0.82% | - |
| XYZ | 11.82 | 5.15 | 60.05 | - |
| YUV | 39.64 | 223.01 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 20 | 208 | 0.93 | 0.90 | 0 | 0.18 | 238.14 | 0.87 | 0.44 |
| Hex | E | 14 | D0 | 5D | 5A | 0 | 12 | EE | 57 | 2C |
| Octal | 16 | 24 | 320 | 135 | 132 | 0 | 22 | 356 | 127 | 54 |
| Binary | 1110 | 10100 | 11010000 | 1011101 | 1011010 | 0 | 10010 | 11101110 | 1010111 | 101100 |
Color Harmonies of #0E14D0
Complementary color
Monochromatic Colors of #0E14D0
Black with #0E14D0
Text Example
Text Example
White with #0E14D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E14D0; }
p { color: rgb(14,20,208); }
H1.HeaderClassName
{
color: #0E14D0;
}
.AnyTagClassName
{
color: #0E14D0;
}
</style>
background-color css
<style>
a { background-color: #0E14D0; }
a { background-color: rgb(14,20,208); }
div.DivClassName
{
background-color: #0E14D0;
}
.BgClassName
{
background-color: #0E14D0;
}
</style>
border-color css
<style>
span { border-color: #0E14D0; }
span { border-color: rgb(14,20,208); }
td.TdClassName
{
border-color: #0E14D0;
}
.TagClassName
{
border-color: #0E14D0;
}
</style>