Shades of Blue #170FFC
Tints of Blue #170FFC
RGB
CMYK
RGB Variations
Color information
#170FFC (or 0x170FFC) is known color: Blue. HEX triplet: 17, 0F and FC. RGB value is (23,15,252). Sum of RGB (Red+Green+Blue) = 23+15+252=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 252 (98.83% from 255 or 86.90% from 290); Max value from RGB is 252 - color contains mainly: blue. Hex color #170FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170FFC is #E8F003. Grayscale: #2B2B2B. Windows color (decimal): -15265796 or 16518935. OLE color: 16518935.
HSL color Cylindrical-coordinate representation of color #170FFC: hue angle of 242.03º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170FFC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 15 | 252 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.01 |
| HSL | 242.03º | 0.98% | 0.52% | - |
| HSV(B) | 242.03º | 0.94% | 0.99% | - |
| XYZ | 18.09 | 7.55 | 92.6 | - |
| YUV | 44.41 | 245.15 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 252 | 0.91 | 0.94 | 0 | 0.01 | 242.03 | 0.98 | 0.52 |
| Hex | 17 | F | FC | 5B | 5E | 0 | 1 | F2 | 62 | 34 |
| Octal | 27 | 17 | 374 | 133 | 136 | 0 | 1 | 362 | 142 | 64 |
| Binary | 10111 | 1111 | 11111100 | 1011011 | 1011110 | 0 | 1 | 11110010 | 1100010 | 110100 |
Color Harmonies of #170FFC
Complementary color
Monochromatic Colors of #170FFC
Black with #170FFC
Text Example
Text Example
White with #170FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FFC; }
p { color: rgb(23,15,252); }
H1.HeaderClassName
{
color: #170FFC;
}
.AnyTagClassName
{
color: #170FFC;
}
</style>
background-color css
<style>
a { background-color: #170FFC; }
a { background-color: rgb(23,15,252); }
div.DivClassName
{
background-color: #170FFC;
}
.BgClassName
{
background-color: #170FFC;
}
</style>
border-color css
<style>
span { border-color: #170FFC; }
span { border-color: rgb(23,15,252); }
td.TdClassName
{
border-color: #170FFC;
}
.TagClassName
{
border-color: #170FFC;
}
</style>