Shades of Blue #170FF6
Tints of Blue #170FF6
RGB
CMYK
RGB Variations
Color information
#170FF6 (or 0x170FF6) is known color: Blue. HEX triplet: 17, 0F and F6. RGB value is (23,15,246). Sum of RGB (Red+Green+Blue) = 23+15+246=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 246 (96.48% from 255 or 86.62% from 284); Max value from RGB is 246 - color contains mainly: blue. Hex color #170FF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170FF6 is #E8F009. Grayscale: #2A2A2A. Windows color (decimal): -15265802 or 16125719. OLE color: 16125719.
HSL color Cylindrical-coordinate representation of color #170FF6: hue angle of 242.08º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170FF6 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 15 | 246 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.04 |
| HSL | 242.08º | 0.93% | 0.51% | - |
| HSV(B) | 242.08º | 0.94% | 0.96% | - |
| XYZ | 17.16 | 7.18 | 87.67 | - |
| YUV | 43.73 | 242.15 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 246 | 0.91 | 0.94 | 0 | 0.04 | 242.08 | 0.93 | 0.51 |
| Hex | 17 | F | F6 | 5B | 5E | 0 | 4 | F2 | 5D | 33 |
| Octal | 27 | 17 | 366 | 133 | 136 | 0 | 4 | 362 | 135 | 63 |
| Binary | 10111 | 1111 | 11110110 | 1011011 | 1011110 | 0 | 100 | 11110010 | 1011101 | 110011 |
Color Harmonies of #170FF6
Complementary color
Monochromatic Colors of #170FF6
Black with #170FF6
Text Example
Text Example
White with #170FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FF6; }
p { color: rgb(23,15,246); }
H1.HeaderClassName
{
color: #170FF6;
}
.AnyTagClassName
{
color: #170FF6;
}
</style>
background-color css
<style>
a { background-color: #170FF6; }
a { background-color: rgb(23,15,246); }
div.DivClassName
{
background-color: #170FF6;
}
.BgClassName
{
background-color: #170FF6;
}
</style>
border-color css
<style>
span { border-color: #170FF6; }
span { border-color: rgb(23,15,246); }
td.TdClassName
{
border-color: #170FF6;
}
.TagClassName
{
border-color: #170FF6;
}
</style>