Shades of Blue #170AFF
Tints of Blue #170AFF
RGB
CMYK
RGB Variations
Color information
#170AFF (or 0x170AFF) is known color: Blue. HEX triplet: 17, 0A and FF. RGB value is (23,10,255). Sum of RGB (Red+Green+Blue) = 23+10+255=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 255 (100% from 255 or 88.54% from 288); Max value from RGB is 255 - color contains mainly: blue. Hex color #170AFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170AFF is #E8F500. Grayscale: #282828. Windows color (decimal): -15267073 or 16714263. OLE color: 16714263.
HSL color Cylindrical-coordinate representation of color #170AFF: hue angle of 243.18º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170AFF is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 10 | 255 | - |
| CMYK | 0.91 | 0.96 | 0 | 0 |
| HSL | 243.18º | 1% | 0.52% | - |
| HSV(B) | 243.18º | 0.96% | 1% | - |
| XYZ | 18.51 | 7.62 | 95.1 | - |
| YUV | 41.82 | 248.31 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 255 | 0.91 | 0.96 | 0 | 0 | 243.18 | 1 | 0.52 |
| Hex | 17 | A | FF | 5B | 60 | 0 | 0 | F3 | 64 | 34 |
| Octal | 27 | 12 | 377 | 133 | 140 | 0 | 0 | 363 | 144 | 64 |
| Binary | 10111 | 1010 | 11111111 | 1011011 | 1100000 | 0 | 0 | 11110011 | 1100100 | 110100 |
Color Harmonies of #170AFF
Complementary color
Monochromatic Colors of #170AFF
Black with #170AFF
Text Example
Text Example
White with #170AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170AFF; }
p { color: rgb(23,10,255); }
H1.HeaderClassName
{
color: #170AFF;
}
.AnyTagClassName
{
color: #170AFF;
}
</style>
background-color css
<style>
a { background-color: #170AFF; }
a { background-color: rgb(23,10,255); }
div.DivClassName
{
background-color: #170AFF;
}
.BgClassName
{
background-color: #170AFF;
}
</style>
border-color css
<style>
span { border-color: #170AFF; }
span { border-color: rgb(23,10,255); }
td.TdClassName
{
border-color: #170AFF;
}
.TagClassName
{
border-color: #170AFF;
}
</style>