Shades of Blue #170FE7
Tints of Blue #170FE7
RGB
CMYK
RGB Variations
Color information
#170FE7 (or 0x170FE7) is known color: Blue. HEX triplet: 17, 0F and E7. RGB value is (23,15,231). Sum of RGB (Red+Green+Blue) = 23+15+231=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 231 (90.62% from 255 or 85.87% from 269); Max value from RGB is 231 - color contains mainly: blue. Hex color #170FE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170FE7 is #E8F018. Grayscale: #292929. Windows color (decimal): -15265817 or 15142679. OLE color: 15142679.
HSL color Cylindrical-coordinate representation of color #170FE7: hue angle of 242.22º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170FE7 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 15 | 231 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.09 |
| HSL | 242.22º | 0.88% | 0.48% | - |
| HSV(B) | 242.22º | 0.94% | 0.91% | - |
| XYZ | 14.95 | 6.29 | 76.03 | - |
| YUV | 42.02 | 234.65 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 231 | 0.90 | 0.94 | 0 | 0.09 | 242.22 | 0.88 | 0.48 |
| Hex | 17 | F | E7 | 5A | 5E | 0 | 9 | F2 | 58 | 30 |
| Octal | 27 | 17 | 347 | 132 | 136 | 0 | 11 | 362 | 130 | 60 |
| Binary | 10111 | 1111 | 11100111 | 1011010 | 1011110 | 0 | 1001 | 11110010 | 1011000 | 110000 |
Color Harmonies of #170FE7
Complementary color
Monochromatic Colors of #170FE7
Black with #170FE7
Text Example
Text Example
White with #170FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FE7; }
p { color: rgb(23,15,231); }
H1.HeaderClassName
{
color: #170FE7;
}
.AnyTagClassName
{
color: #170FE7;
}
</style>
background-color css
<style>
a { background-color: #170FE7; }
a { background-color: rgb(23,15,231); }
div.DivClassName
{
background-color: #170FE7;
}
.BgClassName
{
background-color: #170FE7;
}
</style>
border-color css
<style>
span { border-color: #170FE7; }
span { border-color: rgb(23,15,231); }
td.TdClassName
{
border-color: #170FE7;
}
.TagClassName
{
border-color: #170FE7;
}
</style>