Shades of Medium Blue #170DD1
Tints of Medium Blue #170DD1
RGB
CMYK
RGB Variations
Color information
#170DD1 (or 0x170DD1) is known color: Medium Blue. HEX triplet: 17, 0D and D1. RGB value is (23,13,209). Sum of RGB (Red+Green+Blue) = 23+13+209=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 209 (82.03% from 255 or 85.31% from 245); Max value from RGB is 209 - color contains mainly: blue. Hex color #170DD1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170DD1 is #E8F22E. Grayscale: #252525. Windows color (decimal): -15266351 or 13700375. OLE color: 13700375.
HSL color Cylindrical-coordinate representation of color #170DD1: hue angle of 243.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170DD1 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 13 | 209 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.18 |
| HSL | 243.06º | 0.88% | 0.44% | - |
| HSV(B) | 243.06º | 0.94% | 0.82% | - |
| XYZ | 12.01 | 5.07 | 60.67 | - |
| YUV | 38.33 | 224.31 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 209 | 0.89 | 0.94 | 0 | 0.18 | 243.06 | 0.88 | 0.44 |
| Hex | 17 | D | D1 | 59 | 5E | 0 | 12 | F3 | 58 | 2C |
| Octal | 27 | 15 | 321 | 131 | 136 | 0 | 22 | 363 | 130 | 54 |
| Binary | 10111 | 1101 | 11010001 | 1011001 | 1011110 | 0 | 10010 | 11110011 | 1011000 | 101100 |
Color Harmonies of #170DD1
Complementary color
Monochromatic Colors of #170DD1
Black with #170DD1
Text Example
Text Example
White with #170DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170DD1; }
p { color: rgb(23,13,209); }
H1.HeaderClassName
{
color: #170DD1;
}
.AnyTagClassName
{
color: #170DD1;
}
</style>
background-color css
<style>
a { background-color: #170DD1; }
a { background-color: rgb(23,13,209); }
div.DivClassName
{
background-color: #170DD1;
}
.BgClassName
{
background-color: #170DD1;
}
</style>
border-color css
<style>
span { border-color: #170DD1; }
span { border-color: rgb(23,13,209); }
td.TdClassName
{
border-color: #170DD1;
}
.TagClassName
{
border-color: #170DD1;
}
</style>