Shades of Medium Blue #0D0FDC
Tints of Medium Blue #0D0FDC
RGB
CMYK
RGB Variations
Color information
#0D0FDC (or 0x0D0FDC) is known color: Medium Blue. HEX triplet: 0D, 0F and DC. RGB value is (13,15,220). Sum of RGB (Red+Green+Blue) = 13+15+220=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 220 (86.33% from 255 or 88.71% from 248); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D0FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0FDC is #F2F023. Grayscale: #242424. Windows color (decimal): -15921188 or 14421773. OLE color: 14421773.
HSL color Cylindrical-coordinate representation of color #0D0FDC: hue angle of 239.42º 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 #0D0FDC is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 15 | 220 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.14 |
| HSL | 239.42º | 0.89% | 0.46% | - |
| HSV(B) | 239.42º | 0.94% | 0.86% | - |
| XYZ | 13.26 | 5.59 | 68.09 | - |
| YUV | 37.77 | 230.84 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 220 | 0.94 | 0.93 | 0 | 0.14 | 239.42 | 0.89 | 0.46 |
| Hex | D | F | DC | 5E | 5D | 0 | E | EF | 59 | 2E |
| Octal | 15 | 17 | 334 | 136 | 135 | 0 | 16 | 357 | 131 | 56 |
| Binary | 1101 | 1111 | 11011100 | 1011110 | 1011101 | 0 | 1110 | 11101111 | 1011001 | 101110 |
Color Harmonies of #0D0FDC
Complementary color
Monochromatic Colors of #0D0FDC
Black with #0D0FDC
Text Example
Text Example
White with #0D0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0FDC; }
p { color: rgb(13,15,220); }
H1.HeaderClassName
{
color: #0D0FDC;
}
.AnyTagClassName
{
color: #0D0FDC;
}
</style>
background-color css
<style>
a { background-color: #0D0FDC; }
a { background-color: rgb(13,15,220); }
div.DivClassName
{
background-color: #0D0FDC;
}
.BgClassName
{
background-color: #0D0FDC;
}
</style>
border-color css
<style>
span { border-color: #0D0FDC; }
span { border-color: rgb(13,15,220); }
td.TdClassName
{
border-color: #0D0FDC;
}
.TagClassName
{
border-color: #0D0FDC;
}
</style>