Shades of Medium Blue #170DE1
Tints of Medium Blue #170DE1
RGB
CMYK
RGB Variations
Color information
#170DE1 (or 0x170DE1) is known color: Medium Blue. HEX triplet: 17, 0D and E1. RGB value is (23,13,225). Sum of RGB (Red+Green+Blue) = 23+13+225=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 225 (88.28% from 255 or 86.21% from 261); Max value from RGB is 225 - color contains mainly: blue. Hex color #170DE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170DE1 is #E8F21E. Grayscale: #272727. Windows color (decimal): -15266335 or 14748951. OLE color: 14748951.
HSL color Cylindrical-coordinate representation of color #170DE1: hue angle of 242.83º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170DE1 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 13 | 225 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.12 |
| HSL | 242.83º | 0.89% | 0.47% | - |
| HSV(B) | 242.83º | 0.94% | 0.88% | - |
| XYZ | 14.09 | 5.91 | 71.63 | - |
| YUV | 40.16 | 232.31 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 225 | 0.90 | 0.94 | 0 | 0.12 | 242.83 | 0.89 | 0.47 |
| Hex | 17 | D | E1 | 5A | 5E | 0 | C | F3 | 59 | 2F |
| Octal | 27 | 15 | 341 | 132 | 136 | 0 | 14 | 363 | 131 | 57 |
| Binary | 10111 | 1101 | 11100001 | 1011010 | 1011110 | 0 | 1100 | 11110011 | 1011001 | 101111 |
Color Harmonies of #170DE1
Complementary color
Monochromatic Colors of #170DE1
Black with #170DE1
Text Example
Text Example
White with #170DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170DE1; }
p { color: rgb(23,13,225); }
H1.HeaderClassName
{
color: #170DE1;
}
.AnyTagClassName
{
color: #170DE1;
}
</style>
background-color css
<style>
a { background-color: #170DE1; }
a { background-color: rgb(23,13,225); }
div.DivClassName
{
background-color: #170DE1;
}
.BgClassName
{
background-color: #170DE1;
}
</style>
border-color css
<style>
span { border-color: #170DE1; }
span { border-color: rgb(23,13,225); }
td.TdClassName
{
border-color: #170DE1;
}
.TagClassName
{
border-color: #170DE1;
}
</style>