Shades of Medium Blue #0D0EE0
Tints of Medium Blue #0D0EE0
RGB
CMYK
RGB Variations
Color information
#0D0EE0 (or 0x0D0EE0) is known color: Medium Blue. HEX triplet: 0D, 0E and E0. RGB value is (13,14,224). Sum of RGB (Red+Green+Blue) = 13+14+224=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 224 (87.89% from 255 or 89.24% from 251); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D0EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0EE0 is #F2F11F. Grayscale: #242424. Windows color (decimal): -15921440 or 14683661. OLE color: 14683661.
HSL color Cylindrical-coordinate representation of color #0D0EE0: hue angle of 239.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0EE0 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 14 | 224 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.12 |
| HSL | 239.72º | 0.89% | 0.46% | - |
| HSV(B) | 239.72º | 0.94% | 0.88% | - |
| XYZ | 13.78 | 5.78 | 70.91 | - |
| YUV | 37.64 | 233.17 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 224 | 0.94 | 0.94 | 0 | 0.12 | 239.72 | 0.89 | 0.46 |
| Hex | D | E | E0 | 5E | 5E | 0 | C | F0 | 59 | 2E |
| Octal | 15 | 16 | 340 | 136 | 136 | 0 | 14 | 360 | 131 | 56 |
| Binary | 1101 | 1110 | 11100000 | 1011110 | 1011110 | 0 | 1100 | 11110000 | 1011001 | 101110 |
Color Harmonies of #0D0EE0
Complementary color
Monochromatic Colors of #0D0EE0
Black with #0D0EE0
Text Example
Text Example
White with #0D0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0EE0; }
p { color: rgb(13,14,224); }
H1.HeaderClassName
{
color: #0D0EE0;
}
.AnyTagClassName
{
color: #0D0EE0;
}
</style>
background-color css
<style>
a { background-color: #0D0EE0; }
a { background-color: rgb(13,14,224); }
div.DivClassName
{
background-color: #0D0EE0;
}
.BgClassName
{
background-color: #0D0EE0;
}
</style>
border-color css
<style>
span { border-color: #0D0EE0; }
span { border-color: rgb(13,14,224); }
td.TdClassName
{
border-color: #0D0EE0;
}
.TagClassName
{
border-color: #0D0EE0;
}
</style>