Shades of Medium Blue #0D0DDC
Tints of Medium Blue #0D0DDC
RGB
CMYK
RGB Variations
Color information
#0D0DDC (or 0x0D0DDC) is known color: Medium Blue. HEX triplet: 0D, 0D and DC. RGB value is (13,13,220). Sum of RGB (Red+Green+Blue) = 13+13+220=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D0DDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0DDC is #F2F223. Grayscale: #232323. Windows color (decimal): -15921700 or 14421261. OLE color: 14421261.
HSL color Cylindrical-coordinate representation of color #0D0DDC: hue angle of 240º degrees, saturation: 0.89, 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 #0D0DDC is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 13 | 220 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.14 |
| HSL | 240º | 0.89% | 0.46% | - |
| HSV(B) | 240º | 0.94% | 0.86% | - |
| XYZ | 13.23 | 5.54 | 68.08 | - |
| YUV | 36.6 | 231.5 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 13 | 220 | 0.94 | 0.94 | 0 | 0.14 | 240 | 0.89 | 0.46 |
| Hex | D | D | DC | 5E | 5E | 0 | E | F0 | 59 | 2E |
| Octal | 15 | 15 | 334 | 136 | 136 | 0 | 16 | 360 | 131 | 56 |
| Binary | 1101 | 1101 | 11011100 | 1011110 | 1011110 | 0 | 1110 | 11110000 | 1011001 | 101110 |
Color Harmonies of #0D0DDC
Complementary color
Monochromatic Colors of #0D0DDC
Black with #0D0DDC
Text Example
Text Example
White with #0D0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0DDC; }
p { color: rgb(13,13,220); }
H1.HeaderClassName
{
color: #0D0DDC;
}
.AnyTagClassName
{
color: #0D0DDC;
}
</style>
background-color css
<style>
a { background-color: #0D0DDC; }
a { background-color: rgb(13,13,220); }
div.DivClassName
{
background-color: #0D0DDC;
}
.BgClassName
{
background-color: #0D0DDC;
}
</style>
border-color css
<style>
span { border-color: #0D0DDC; }
span { border-color: rgb(13,13,220); }
td.TdClassName
{
border-color: #0D0DDC;
}
.TagClassName
{
border-color: #0D0DDC;
}
</style>