Shades of Blue #170CF5
Tints of Blue #170CF5
RGB
CMYK
RGB Variations
Color information
#170CF5 (or 0x170CF5) is known color: Blue. HEX triplet: 17, 0C and F5. RGB value is (23,12,245). Sum of RGB (Red+Green+Blue) = 23+12+245=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 245 (96.09% from 255 or 87.5% from 280); Max value from RGB is 245 - color contains mainly: blue. Hex color #170CF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170CF5 is #E8F30A. Grayscale: #282828. Windows color (decimal): -15266571 or 16059415. OLE color: 16059415.
HSL color Cylindrical-coordinate representation of color #170CF5: hue angle of 242.83º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170CF5 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 12 | 245 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.04 |
| HSL | 242.83º | 0.92% | 0.5% | - |
| HSV(B) | 242.83º | 0.95% | 0.96% | - |
| XYZ | 16.97 | 7.04 | 86.85 | - |
| YUV | 41.85 | 242.64 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 245 | 0.91 | 0.95 | 0 | 0.04 | 242.83 | 0.92 | 0.5 |
| Hex | 17 | C | F5 | 5B | 5F | 0 | 4 | F3 | 5C | 32 |
| Octal | 27 | 14 | 365 | 133 | 137 | 0 | 4 | 363 | 134 | 62 |
| Binary | 10111 | 1100 | 11110101 | 1011011 | 1011111 | 0 | 100 | 11110011 | 1011100 | 110010 |
Color Harmonies of #170CF5
Complementary color
Monochromatic Colors of #170CF5
Black with #170CF5
Text Example
Text Example
White with #170CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CF5; }
p { color: rgb(23,12,245); }
H1.HeaderClassName
{
color: #170CF5;
}
.AnyTagClassName
{
color: #170CF5;
}
</style>
background-color css
<style>
a { background-color: #170CF5; }
a { background-color: rgb(23,12,245); }
div.DivClassName
{
background-color: #170CF5;
}
.BgClassName
{
background-color: #170CF5;
}
</style>
border-color css
<style>
span { border-color: #170CF5; }
span { border-color: rgb(23,12,245); }
td.TdClassName
{
border-color: #170CF5;
}
.TagClassName
{
border-color: #170CF5;
}
</style>