Shades of Medium Blue #170EDD
Tints of Medium Blue #170EDD
RGB
CMYK
RGB Variations
Color information
#170EDD (or 0x170EDD) is known color: Medium Blue. HEX triplet: 17, 0E and DD. RGB value is (23,14,221). Sum of RGB (Red+Green+Blue) = 23+14+221=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #170EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170EDD is #E8F122. Grayscale: #272727. Windows color (decimal): -15266083 or 14487063. OLE color: 14487063.
HSL color Cylindrical-coordinate representation of color #170EDD: hue angle of 242.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170EDD is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 14 | 221 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.13 |
| HSL | 242.61º | 0.88% | 0.46% | - |
| HSV(B) | 242.61º | 0.94% | 0.87% | - |
| XYZ | 13.56 | 5.72 | 68.8 | - |
| YUV | 40.29 | 229.98 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 221 | 0.90 | 0.94 | 0 | 0.13 | 242.61 | 0.88 | 0.46 |
| Hex | 17 | E | DD | 5A | 5E | 0 | D | F3 | 58 | 2E |
| Octal | 27 | 16 | 335 | 132 | 136 | 0 | 15 | 363 | 130 | 56 |
| Binary | 10111 | 1110 | 11011101 | 1011010 | 1011110 | 0 | 1101 | 11110011 | 1011000 | 101110 |
Color Harmonies of #170EDD
Complementary color
Monochromatic Colors of #170EDD
Black with #170EDD
Text Example
Text Example
White with #170EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170EDD; }
p { color: rgb(23,14,221); }
H1.HeaderClassName
{
color: #170EDD;
}
.AnyTagClassName
{
color: #170EDD;
}
</style>
background-color css
<style>
a { background-color: #170EDD; }
a { background-color: rgb(23,14,221); }
div.DivClassName
{
background-color: #170EDD;
}
.BgClassName
{
background-color: #170EDD;
}
</style>
border-color css
<style>
span { border-color: #170EDD; }
span { border-color: rgb(23,14,221); }
td.TdClassName
{
border-color: #170EDD;
}
.TagClassName
{
border-color: #170EDD;
}
</style>