Shades of Medium Blue #0D17CD
Tints of Medium Blue #0D17CD
RGB
CMYK
RGB Variations
Color information
#0D17CD (or 0x0D17CD) is known color: Medium Blue. HEX triplet: 0D, 17 and CD. RGB value is (13,23,205). Sum of RGB (Red+Green+Blue) = 13+23+205=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D17CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D17CD is #F2E832. Grayscale: #282828. Windows color (decimal): -15919155 or 13440781. OLE color: 13440781.
HSL color Cylindrical-coordinate representation of color #0D17CD: hue angle of 236.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D17CD is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 23 | 205 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.20 |
| HSL | 236.88º | 0.88% | 0.43% | - |
| HSV(B) | 236.88º | 0.94% | 0.8% | - |
| XYZ | 11.49 | 5.11 | 58.14 | - |
| YUV | 40.76 | 220.69 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 205 | 0.94 | 0.89 | 0 | 0.20 | 236.88 | 0.88 | 0.43 |
| Hex | D | 17 | CD | 5E | 59 | 0 | 14 | ED | 58 | 2B |
| Octal | 15 | 27 | 315 | 136 | 131 | 0 | 24 | 355 | 130 | 53 |
| Binary | 1101 | 10111 | 11001101 | 1011110 | 1011001 | 0 | 10100 | 11101101 | 1011000 | 101011 |
Color Harmonies of #0D17CD
Complementary color
Monochromatic Colors of #0D17CD
Black with #0D17CD
Text Example
Text Example
White with #0D17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D17CD; }
p { color: rgb(13,23,205); }
H1.HeaderClassName
{
color: #0D17CD;
}
.AnyTagClassName
{
color: #0D17CD;
}
</style>
background-color css
<style>
a { background-color: #0D17CD; }
a { background-color: rgb(13,23,205); }
div.DivClassName
{
background-color: #0D17CD;
}
.BgClassName
{
background-color: #0D17CD;
}
</style>
border-color css
<style>
span { border-color: #0D17CD; }
span { border-color: rgb(13,23,205); }
td.TdClassName
{
border-color: #0D17CD;
}
.TagClassName
{
border-color: #0D17CD;
}
</style>