Shades of Blue #170CFF
Tints of Blue #170CFF
RGB
CMYK
RGB Variations
Color information
#170CFF (or 0x170CFF) is known color: Blue. HEX triplet: 17, 0C and FF. RGB value is (23,12,255). Sum of RGB (Red+Green+Blue) = 23+12+255=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #170CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170CFF is #E8F300. Grayscale: #2A2A2A. Windows color (decimal): -15266561 or 16714775. OLE color: 16714775.
HSL color Cylindrical-coordinate representation of color #170CFF: hue angle of 242.72º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170CFF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 12 | 255 | - |
| CMYK | 0.91 | 0.95 | 0 | 0 |
| HSL | 242.72º | 1% | 0.52% | - |
| HSV(B) | 242.72º | 0.95% | 1% | - |
| XYZ | 18.53 | 7.67 | 95.11 | - |
| YUV | 42.99 | 247.64 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 255 | 0.91 | 0.95 | 0 | 0 | 242.72 | 1 | 0.52 |
| Hex | 17 | C | FF | 5B | 5F | 0 | 0 | F3 | 64 | 34 |
| Octal | 27 | 14 | 377 | 133 | 137 | 0 | 0 | 363 | 144 | 64 |
| Binary | 10111 | 1100 | 11111111 | 1011011 | 1011111 | 0 | 0 | 11110011 | 1100100 | 110100 |
Color Harmonies of #170CFF
Complementary color
Monochromatic Colors of #170CFF
Black with #170CFF
Text Example
Text Example
White with #170CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CFF; }
p { color: rgb(23,12,255); }
H1.HeaderClassName
{
color: #170CFF;
}
.AnyTagClassName
{
color: #170CFF;
}
</style>
background-color css
<style>
a { background-color: #170CFF; }
a { background-color: rgb(23,12,255); }
div.DivClassName
{
background-color: #170CFF;
}
.BgClassName
{
background-color: #170CFF;
}
</style>
border-color css
<style>
span { border-color: #170CFF; }
span { border-color: rgb(23,12,255); }
td.TdClassName
{
border-color: #170CFF;
}
.TagClassName
{
border-color: #170CFF;
}
</style>