Shades of Blue #170FEC
Tints of Blue #170FEC
RGB
CMYK
RGB Variations
Color information
#170FEC (or 0x170FEC) is known color: Blue. HEX triplet: 17, 0F and EC. RGB value is (23,15,236). Sum of RGB (Red+Green+Blue) = 23+15+236=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 236 (92.58% from 255 or 86.13% from 274); Max value from RGB is 236 - color contains mainly: blue. Hex color #170FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170FEC is #E8F013. Grayscale: #292929. Windows color (decimal): -15265812 or 15470359. OLE color: 15470359.
HSL color Cylindrical-coordinate representation of color #170FEC: hue angle of 242.17º degrees, saturation: 0.88, 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 #170FEC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 15 | 236 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.07 |
| HSL | 242.17º | 0.88% | 0.49% | - |
| HSV(B) | 242.17º | 0.94% | 0.93% | - |
| XYZ | 15.66 | 6.58 | 79.8 | - |
| YUV | 42.59 | 237.15 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 236 | 0.90 | 0.94 | 0 | 0.07 | 242.17 | 0.88 | 0.49 |
| Hex | 17 | F | EC | 5A | 5E | 0 | 7 | F2 | 58 | 31 |
| Octal | 27 | 17 | 354 | 132 | 136 | 0 | 7 | 362 | 130 | 61 |
| Binary | 10111 | 1111 | 11101100 | 1011010 | 1011110 | 0 | 111 | 11110010 | 1011000 | 110001 |
Color Harmonies of #170FEC
Complementary color
Monochromatic Colors of #170FEC
Black with #170FEC
Text Example
Text Example
White with #170FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FEC; }
p { color: rgb(23,15,236); }
H1.HeaderClassName
{
color: #170FEC;
}
.AnyTagClassName
{
color: #170FEC;
}
</style>
background-color css
<style>
a { background-color: #170FEC; }
a { background-color: rgb(23,15,236); }
div.DivClassName
{
background-color: #170FEC;
}
.BgClassName
{
background-color: #170FEC;
}
</style>
border-color css
<style>
span { border-color: #170FEC; }
span { border-color: rgb(23,15,236); }
td.TdClassName
{
border-color: #170FEC;
}
.TagClassName
{
border-color: #170FEC;
}
</style>