Shades of Blue #170BFF
Tints of Blue #170BFF
RGB
CMYK
RGB Variations
Color information
#170BFF (or 0x170BFF) is known color: Blue. HEX triplet: 17, 0B and FF. RGB value is (23,11,255). Sum of RGB (Red+Green+Blue) = 23+11+255=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #170BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170BFF is #E8F400. Grayscale: #292929. Windows color (decimal): -15266817 or 16714519. OLE color: 16714519.
HSL color Cylindrical-coordinate representation of color #170BFF: hue angle of 242.95º 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 #170BFF is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 11 | 255 | - |
| CMYK | 0.91 | 0.96 | 0 | 0 |
| HSL | 242.95º | 1% | 0.52% | - |
| HSV(B) | 242.95º | 0.96% | 1% | - |
| XYZ | 18.52 | 7.64 | 95.11 | - |
| YUV | 42.4 | 247.98 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 255 | 0.91 | 0.96 | 0 | 0 | 242.95 | 1 | 0.52 |
| Hex | 17 | B | FF | 5B | 60 | 0 | 0 | F3 | 64 | 34 |
| Octal | 27 | 13 | 377 | 133 | 140 | 0 | 0 | 363 | 144 | 64 |
| Binary | 10111 | 1011 | 11111111 | 1011011 | 1100000 | 0 | 0 | 11110011 | 1100100 | 110100 |
Color Harmonies of #170BFF
Complementary color
Monochromatic Colors of #170BFF
Black with #170BFF
Text Example
Text Example
White with #170BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BFF; }
p { color: rgb(23,11,255); }
H1.HeaderClassName
{
color: #170BFF;
}
.AnyTagClassName
{
color: #170BFF;
}
</style>
background-color css
<style>
a { background-color: #170BFF; }
a { background-color: rgb(23,11,255); }
div.DivClassName
{
background-color: #170BFF;
}
.BgClassName
{
background-color: #170BFF;
}
</style>
border-color css
<style>
span { border-color: #170BFF; }
span { border-color: rgb(23,11,255); }
td.TdClassName
{
border-color: #170BFF;
}
.TagClassName
{
border-color: #170BFF;
}
</style>