Shades of Medium Blue #170DCB
Tints of Medium Blue #170DCB
RGB
CMYK
RGB Variations
Color information
#170DCB (or 0x170DCB) is known color: Medium Blue. HEX triplet: 17, 0D and CB. RGB value is (23,13,203). Sum of RGB (Red+Green+Blue) = 23+13+203=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 203 (79.69% from 255 or 84.94% from 239); Max value from RGB is 203 - color contains mainly: blue. Hex color #170DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170DCB is #E8F234. Grayscale: #242424. Windows color (decimal): -15266357 or 13307159. OLE color: 13307159.
HSL color Cylindrical-coordinate representation of color #170DCB: hue angle of 243.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170DCB is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 13 | 203 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.20 |
| HSL | 243.16º | 0.88% | 0.42% | - |
| HSV(B) | 243.16º | 0.94% | 0.8% | - |
| XYZ | 11.28 | 4.78 | 56.83 | - |
| YUV | 37.65 | 221.31 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 203 | 0.89 | 0.94 | 0 | 0.20 | 243.16 | 0.88 | 0.42 |
| Hex | 17 | D | CB | 59 | 5E | 0 | 14 | F3 | 58 | 2A |
| Octal | 27 | 15 | 313 | 131 | 136 | 0 | 24 | 363 | 130 | 52 |
| Binary | 10111 | 1101 | 11001011 | 1011001 | 1011110 | 0 | 10100 | 11110011 | 1011000 | 101010 |
Color Harmonies of #170DCB
Complementary color
Monochromatic Colors of #170DCB
Black with #170DCB
Text Example
Text Example
White with #170DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170DCB; }
p { color: rgb(23,13,203); }
H1.HeaderClassName
{
color: #170DCB;
}
.AnyTagClassName
{
color: #170DCB;
}
</style>
background-color css
<style>
a { background-color: #170DCB; }
a { background-color: rgb(23,13,203); }
div.DivClassName
{
background-color: #170DCB;
}
.BgClassName
{
background-color: #170DCB;
}
</style>
border-color css
<style>
span { border-color: #170DCB; }
span { border-color: rgb(23,13,203); }
td.TdClassName
{
border-color: #170DCB;
}
.TagClassName
{
border-color: #170DCB;
}
</style>