Shades of Blue #1710F7
Tints of Blue #1710F7
RGB
CMYK
RGB Variations
Color information
#1710F7 (or 0x1710F7) is known color: Blue. HEX triplet: 17, 10 and F7. RGB value is (23,16,247). Sum of RGB (Red+Green+Blue) = 23+16+247=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 247 (96.88% from 255 or 86.36% from 286); Max value from RGB is 247 - color contains mainly: blue. Hex color #1710F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1710F7 is #E8EF08. Grayscale: #2B2B2B. Windows color (decimal): -15265545 or 16191511. OLE color: 16191511.
HSL color Cylindrical-coordinate representation of color #1710F7: hue angle of 241.82º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1710F7 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 16 | 247 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.03 |
| HSL | 241.82º | 0.94% | 0.52% | - |
| HSV(B) | 241.82º | 0.94% | 0.97% | - |
| XYZ | 17.33 | 7.27 | 88.49 | - |
| YUV | 44.43 | 242.32 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 247 | 0.91 | 0.94 | 0 | 0.03 | 241.82 | 0.94 | 0.52 |
| Hex | 17 | 10 | F7 | 5B | 5E | 0 | 3 | F2 | 5E | 34 |
| Octal | 27 | 20 | 367 | 133 | 136 | 0 | 3 | 362 | 136 | 64 |
| Binary | 10111 | 10000 | 11110111 | 1011011 | 1011110 | 0 | 11 | 11110010 | 1011110 | 110100 |
Color Harmonies of #1710F7
Complementary color
Monochromatic Colors of #1710F7
Black with #1710F7
Text Example
Text Example
White with #1710F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1710F7; }
p { color: rgb(23,16,247); }
H1.HeaderClassName
{
color: #1710F7;
}
.AnyTagClassName
{
color: #1710F7;
}
</style>
background-color css
<style>
a { background-color: #1710F7; }
a { background-color: rgb(23,16,247); }
div.DivClassName
{
background-color: #1710F7;
}
.BgClassName
{
background-color: #1710F7;
}
</style>
border-color css
<style>
span { border-color: #1710F7; }
span { border-color: rgb(23,16,247); }
td.TdClassName
{
border-color: #1710F7;
}
.TagClassName
{
border-color: #1710F7;
}
</style>