Shades of Medium Blue #0E00DD
Tints of Medium Blue #0E00DD
RGB
CMYK
RGB Variations
Color information
#0E00DD (or 0x0E00DD) is known color: Medium Blue. HEX triplet: 0E, 00 and DD. RGB value is (14,0,221). Sum of RGB (Red+Green+Blue) = 14+0+221=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 221 (86.72% from 255 or 94.04% from 235); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E00DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E00DD is #F1FF22. Grayscale: #1C1C1C. Windows color (decimal): -15859491 or 14483470. OLE color: 14483470.
HSL color Cylindrical-coordinate representation of color #0E00DD: hue angle of 243.8º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E00DD is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 0 | 221 | - |
| CMYK | 0.94 | 1 | 0 | 0.13 |
| HSL | 243.8º | 1% | 0.43% | - |
| HSV(B) | 243.8º | 1% | 0.87% | - |
| XYZ | 13.23 | 5.31 | 68.73 | - |
| YUV | 29.38 | 236.14 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 221 | 0.94 | 1 | 0 | 0.13 | 243.8 | 1 | 0.43 |
| Hex | E | 0 | DD | 5E | 64 | 0 | D | F4 | 64 | 2B |
| Octal | 16 | 0 | 335 | 136 | 144 | 0 | 15 | 364 | 144 | 53 |
| Binary | 1110 | 0 | 11011101 | 1011110 | 1100100 | 0 | 1101 | 11110100 | 1100100 | 101011 |
Color Harmonies of #0E00DD
Complementary color
Monochromatic Colors of #0E00DD
Black with #0E00DD
Text Example
Text Example
White with #0E00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E00DD; }
p { color: rgb(14,0,221); }
H1.HeaderClassName
{
color: #0E00DD;
}
.AnyTagClassName
{
color: #0E00DD;
}
</style>
background-color css
<style>
a { background-color: #0E00DD; }
a { background-color: rgb(14,0,221); }
div.DivClassName
{
background-color: #0E00DD;
}
.BgClassName
{
background-color: #0E00DD;
}
</style>
border-color css
<style>
span { border-color: #0E00DD; }
span { border-color: rgb(14,0,221); }
td.TdClassName
{
border-color: #0E00DD;
}
.TagClassName
{
border-color: #0E00DD;
}
</style>