Shades of Blue #170EF0
Tints of Blue #170EF0
RGB
CMYK
RGB Variations
Color information
#170EF0 (or 0x170EF0) is known color: Blue. HEX triplet: 17, 0E and F0. RGB value is (23,14,240). Sum of RGB (Red+Green+Blue) = 23+14+240=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 240 (94.14% from 255 or 86.64% from 277); Max value from RGB is 240 - color contains mainly: blue. Hex color #170EF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170EF0 is #E8F10F. Grayscale: #292929. Windows color (decimal): -15266064 or 15732247. OLE color: 15732247.
HSL color Cylindrical-coordinate representation of color #170EF0: hue angle of 242.39º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170EF0 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 14 | 240 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.06 |
| HSL | 242.39º | 0.89% | 0.5% | - |
| HSV(B) | 242.39º | 0.94% | 0.94% | - |
| XYZ | 16.24 | 6.79 | 82.89 | - |
| YUV | 42.46 | 239.48 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 240 | 0.90 | 0.94 | 0 | 0.06 | 242.39 | 0.89 | 0.5 |
| Hex | 17 | E | F0 | 5A | 5E | 0 | 6 | F2 | 59 | 32 |
| Octal | 27 | 16 | 360 | 132 | 136 | 0 | 6 | 362 | 131 | 62 |
| Binary | 10111 | 1110 | 11110000 | 1011010 | 1011110 | 0 | 110 | 11110010 | 1011001 | 110010 |
Color Harmonies of #170EF0
Complementary color
Monochromatic Colors of #170EF0
Black with #170EF0
Text Example
Text Example
White with #170EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170EF0; }
p { color: rgb(23,14,240); }
H1.HeaderClassName
{
color: #170EF0;
}
.AnyTagClassName
{
color: #170EF0;
}
</style>
background-color css
<style>
a { background-color: #170EF0; }
a { background-color: rgb(23,14,240); }
div.DivClassName
{
background-color: #170EF0;
}
.BgClassName
{
background-color: #170EF0;
}
</style>
border-color css
<style>
span { border-color: #170EF0; }
span { border-color: rgb(23,14,240); }
td.TdClassName
{
border-color: #170EF0;
}
.TagClassName
{
border-color: #170EF0;
}
</style>