Shades of Medium Blue #170DCC
Tints of Medium Blue #170DCC
RGB
CMYK
RGB Variations
Color information
#170DCC (or 0x170DCC) is known color: Medium Blue. HEX triplet: 17, 0D and CC. RGB value is (23,13,204). Sum of RGB (Red+Green+Blue) = 23+13+204=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 204 (80.08% from 255 or 85% from 240); Max value from RGB is 204 - color contains mainly: blue. Hex color #170DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170DCC is #E8F233. Grayscale: #252525. Windows color (decimal): -15266356 or 13372695. OLE color: 13372695.
HSL color Cylindrical-coordinate representation of color #170DCC: hue angle of 243.14º 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 #170DCC is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 13 | 204 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.2 |
| HSL | 243.14º | 0.88% | 0.43% | - |
| HSV(B) | 243.14º | 0.94% | 0.8% | - |
| XYZ | 11.4 | 4.83 | 57.46 | - |
| YUV | 37.76 | 221.81 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 204 | 0.89 | 0.94 | 0 | 0.2 | 243.14 | 0.88 | 0.43 |
| Hex | 17 | D | CC | 59 | 5E | 0 | 14 | F3 | 58 | 2B |
| Octal | 27 | 15 | 314 | 131 | 136 | 0 | 24 | 363 | 130 | 53 |
| Binary | 10111 | 1101 | 11001100 | 1011001 | 1011110 | 0 | 10100 | 11110011 | 1011000 | 101011 |
Color Harmonies of #170DCC
Complementary color
Monochromatic Colors of #170DCC
Black with #170DCC
Text Example
Text Example
White with #170DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170DCC; }
p { color: rgb(23,13,204); }
H1.HeaderClassName
{
color: #170DCC;
}
.AnyTagClassName
{
color: #170DCC;
}
</style>
background-color css
<style>
a { background-color: #170DCC; }
a { background-color: rgb(23,13,204); }
div.DivClassName
{
background-color: #170DCC;
}
.BgClassName
{
background-color: #170DCC;
}
</style>
border-color css
<style>
span { border-color: #170DCC; }
span { border-color: rgb(23,13,204); }
td.TdClassName
{
border-color: #170DCC;
}
.TagClassName
{
border-color: #170DCC;
}
</style>