Shades of Blue #170EE7
Tints of Blue #170EE7
RGB
CMYK
RGB Variations
Color information
#170EE7 (or 0x170EE7) is known color: Blue. HEX triplet: 17, 0E and E7. RGB value is (23,14,231). Sum of RGB (Red+Green+Blue) = 23+14+231=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 231 (90.62% from 255 or 86.19% from 268); Max value from RGB is 231 - color contains mainly: blue. Hex color #170EE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170EE7 is #E8F118. Grayscale: #282828. Windows color (decimal): -15266073 or 15142423. OLE color: 15142423.
HSL color Cylindrical-coordinate representation of color #170EE7: hue angle of 242.49º degrees, saturation: 0.89, 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 #170EE7 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 14 | 231 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.09 |
| HSL | 242.49º | 0.89% | 0.48% | - |
| HSV(B) | 242.49º | 0.94% | 0.91% | - |
| XYZ | 14.93 | 6.27 | 76.02 | - |
| YUV | 41.43 | 234.98 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 231 | 0.90 | 0.94 | 0 | 0.09 | 242.49 | 0.89 | 0.48 |
| Hex | 17 | E | E7 | 5A | 5E | 0 | 9 | F2 | 59 | 30 |
| Octal | 27 | 16 | 347 | 132 | 136 | 0 | 11 | 362 | 131 | 60 |
| Binary | 10111 | 1110 | 11100111 | 1011010 | 1011110 | 0 | 1001 | 11110010 | 1011001 | 110000 |
Color Harmonies of #170EE7
Complementary color
Monochromatic Colors of #170EE7
Black with #170EE7
Text Example
Text Example
White with #170EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170EE7; }
p { color: rgb(23,14,231); }
H1.HeaderClassName
{
color: #170EE7;
}
.AnyTagClassName
{
color: #170EE7;
}
</style>
background-color css
<style>
a { background-color: #170EE7; }
a { background-color: rgb(23,14,231); }
div.DivClassName
{
background-color: #170EE7;
}
.BgClassName
{
background-color: #170EE7;
}
</style>
border-color css
<style>
span { border-color: #170EE7; }
span { border-color: rgb(23,14,231); }
td.TdClassName
{
border-color: #170EE7;
}
.TagClassName
{
border-color: #170EE7;
}
</style>