Shades of Medium Blue #0D17DC
Tints of Medium Blue #0D17DC
RGB
CMYK
RGB Variations
Color information
#0D17DC (or 0x0D17DC) is known color: Medium Blue. HEX triplet: 0D, 17 and DC. RGB value is (13,23,220). Sum of RGB (Red+Green+Blue) = 13+23+220=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 220 (86.33% from 255 or 85.94% from 256); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D17DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D17DC is #F2E823. Grayscale: #292929. Windows color (decimal): -15919140 or 14423821. OLE color: 14423821.
HSL color Cylindrical-coordinate representation of color #0D17DC: hue angle of 237.1º 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 #0D17DC is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 23 | 220 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.14 |
| HSL | 237.1º | 0.89% | 0.46% | - |
| HSV(B) | 237.1º | 0.94% | 0.86% | - |
| XYZ | 13.39 | 5.87 | 68.14 | - |
| YUV | 42.47 | 228.19 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 220 | 0.94 | 0.90 | 0 | 0.14 | 237.1 | 0.89 | 0.46 |
| Hex | D | 17 | DC | 5E | 5A | 0 | E | ED | 59 | 2E |
| Octal | 15 | 27 | 334 | 136 | 132 | 0 | 16 | 355 | 131 | 56 |
| Binary | 1101 | 10111 | 11011100 | 1011110 | 1011010 | 0 | 1110 | 11101101 | 1011001 | 101110 |
Color Harmonies of #0D17DC
Complementary color
Monochromatic Colors of #0D17DC
Black with #0D17DC
Text Example
Text Example
White with #0D17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D17DC; }
p { color: rgb(13,23,220); }
H1.HeaderClassName
{
color: #0D17DC;
}
.AnyTagClassName
{
color: #0D17DC;
}
</style>
background-color css
<style>
a { background-color: #0D17DC; }
a { background-color: rgb(13,23,220); }
div.DivClassName
{
background-color: #0D17DC;
}
.BgClassName
{
background-color: #0D17DC;
}
</style>
border-color css
<style>
span { border-color: #0D17DC; }
span { border-color: rgb(13,23,220); }
td.TdClassName
{
border-color: #0D17DC;
}
.TagClassName
{
border-color: #0D17DC;
}
</style>