Shades of Medium Blue #170ED8
Tints of Medium Blue #170ED8
RGB
CMYK
RGB Variations
Color information
#170ED8 (or 0x170ED8) is known color: Medium Blue. HEX triplet: 17, 0E and D8. RGB value is (23,14,216). Sum of RGB (Red+Green+Blue) = 23+14+216=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 216 (84.77% from 255 or 85.38% from 253); Max value from RGB is 216 - color contains mainly: blue. Hex color #170ED8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170ED8 is #E8F127. Grayscale: #262626. Windows color (decimal): -15266088 or 14159383. OLE color: 14159383.
HSL color Cylindrical-coordinate representation of color #170ED8: hue angle of 242.67º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170ED8 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 14 | 216 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.15 |
| HSL | 242.67º | 0.88% | 0.45% | - |
| HSV(B) | 242.67º | 0.94% | 0.85% | - |
| XYZ | 12.91 | 5.45 | 65.34 | - |
| YUV | 39.72 | 227.48 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 216 | 0.89 | 0.94 | 0 | 0.15 | 242.67 | 0.88 | 0.45 |
| Hex | 17 | E | D8 | 59 | 5E | 0 | F | F3 | 58 | 2D |
| Octal | 27 | 16 | 330 | 131 | 136 | 0 | 17 | 363 | 130 | 55 |
| Binary | 10111 | 1110 | 11011000 | 1011001 | 1011110 | 0 | 1111 | 11110011 | 1011000 | 101101 |
Color Harmonies of #170ED8
Complementary color
Monochromatic Colors of #170ED8
Black with #170ED8
Text Example
Text Example
White with #170ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170ED8; }
p { color: rgb(23,14,216); }
H1.HeaderClassName
{
color: #170ED8;
}
.AnyTagClassName
{
color: #170ED8;
}
</style>
background-color css
<style>
a { background-color: #170ED8; }
a { background-color: rgb(23,14,216); }
div.DivClassName
{
background-color: #170ED8;
}
.BgClassName
{
background-color: #170ED8;
}
</style>
border-color css
<style>
span { border-color: #170ED8; }
span { border-color: rgb(23,14,216); }
td.TdClassName
{
border-color: #170ED8;
}
.TagClassName
{
border-color: #170ED8;
}
</style>