Shades of Medium Blue #170ED0
Tints of Medium Blue #170ED0
RGB
CMYK
RGB Variations
Color information
#170ED0 (or 0x170ED0) is known color: Medium Blue. HEX triplet: 17, 0E and D0. RGB value is (23,14,208). Sum of RGB (Red+Green+Blue) = 23+14+208=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 208 (81.64% from 255 or 84.90% from 245); Max value from RGB is 208 - color contains mainly: blue. Hex color #170ED0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170ED0 is #E8F12F. Grayscale: #262626. Windows color (decimal): -15266096 or 13635095. OLE color: 13635095.
HSL color Cylindrical-coordinate representation of color #170ED0: hue angle of 242.78º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170ED0 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 14 | 208 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.18 |
| HSL | 242.78º | 0.87% | 0.44% | - |
| HSV(B) | 242.78º | 0.93% | 0.82% | - |
| XYZ | 11.9 | 5.05 | 60.02 | - |
| YUV | 38.81 | 223.48 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 208 | 0.89 | 0.93 | 0 | 0.18 | 242.78 | 0.87 | 0.44 |
| Hex | 17 | E | D0 | 59 | 5D | 0 | 12 | F3 | 57 | 2C |
| Octal | 27 | 16 | 320 | 131 | 135 | 0 | 22 | 363 | 127 | 54 |
| Binary | 10111 | 1110 | 11010000 | 1011001 | 1011101 | 0 | 10010 | 11110011 | 1010111 | 101100 |
Color Harmonies of #170ED0
Complementary color
Monochromatic Colors of #170ED0
Black with #170ED0
Text Example
Text Example
White with #170ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170ED0; }
p { color: rgb(23,14,208); }
H1.HeaderClassName
{
color: #170ED0;
}
.AnyTagClassName
{
color: #170ED0;
}
</style>
background-color css
<style>
a { background-color: #170ED0; }
a { background-color: rgb(23,14,208); }
div.DivClassName
{
background-color: #170ED0;
}
.BgClassName
{
background-color: #170ED0;
}
</style>
border-color css
<style>
span { border-color: #170ED0; }
span { border-color: rgb(23,14,208); }
td.TdClassName
{
border-color: #170ED0;
}
.TagClassName
{
border-color: #170ED0;
}
</style>