Shades of Blue #170EEC
Tints of Blue #170EEC
RGB
CMYK
RGB Variations
Color information
#170EEC (or 0x170EEC) is known color: Blue. HEX triplet: 17, 0E and EC. RGB value is (23,14,236). Sum of RGB (Red+Green+Blue) = 23+14+236=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 236 (92.58% from 255 or 86.45% from 273); Max value from RGB is 236 - color contains mainly: blue. Hex color #170EEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170EEC is #E8F113. Grayscale: #292929. Windows color (decimal): -15266068 or 15470103. OLE color: 15470103.
HSL color Cylindrical-coordinate representation of color #170EEC: hue angle of 242.43º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170EEC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 14 | 236 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.07 |
| HSL | 242.43º | 0.89% | 0.49% | - |
| HSV(B) | 242.43º | 0.94% | 0.93% | - |
| XYZ | 15.65 | 6.55 | 79.8 | - |
| YUV | 42 | 237.48 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 236 | 0.90 | 0.94 | 0 | 0.07 | 242.43 | 0.89 | 0.49 |
| Hex | 17 | E | EC | 5A | 5E | 0 | 7 | F2 | 59 | 31 |
| Octal | 27 | 16 | 354 | 132 | 136 | 0 | 7 | 362 | 131 | 61 |
| Binary | 10111 | 1110 | 11101100 | 1011010 | 1011110 | 0 | 111 | 11110010 | 1011001 | 110001 |
Color Harmonies of #170EEC
Complementary color
Monochromatic Colors of #170EEC
Black with #170EEC
Text Example
Text Example
White with #170EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170EEC; }
p { color: rgb(23,14,236); }
H1.HeaderClassName
{
color: #170EEC;
}
.AnyTagClassName
{
color: #170EEC;
}
</style>
background-color css
<style>
a { background-color: #170EEC; }
a { background-color: rgb(23,14,236); }
div.DivClassName
{
background-color: #170EEC;
}
.BgClassName
{
background-color: #170EEC;
}
</style>
border-color css
<style>
span { border-color: #170EEC; }
span { border-color: rgb(23,14,236); }
td.TdClassName
{
border-color: #170EEC;
}
.TagClassName
{
border-color: #170EEC;
}
</style>