Shades of Blue #1710F8
Tints of Blue #1710F8
RGB
CMYK
RGB Variations
Color information
#1710F8 (or 0x1710F8) is known color: Blue. HEX triplet: 17, 10 and F8. RGB value is (23,16,248). Sum of RGB (Red+Green+Blue) = 23+16+248=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 248 (97.27% from 255 or 86.41% from 287); Max value from RGB is 248 - color contains mainly: blue. Hex color #1710F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1710F8 is #E8EF07. Grayscale: #2B2B2B. Windows color (decimal): -15265544 or 16257047. OLE color: 16257047.
HSL color Cylindrical-coordinate representation of color #1710F8: hue angle of 241.81º 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 #1710F8 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 16 | 248 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.03 |
| HSL | 241.81º | 0.94% | 0.52% | - |
| HSV(B) | 241.81º | 0.94% | 0.97% | - |
| XYZ | 17.48 | 7.33 | 89.3 | - |
| YUV | 44.54 | 242.82 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 248 | 0.91 | 0.94 | 0 | 0.03 | 241.81 | 0.94 | 0.52 |
| Hex | 17 | 10 | F8 | 5B | 5E | 0 | 3 | F2 | 5E | 34 |
| Octal | 27 | 20 | 370 | 133 | 136 | 0 | 3 | 362 | 136 | 64 |
| Binary | 10111 | 10000 | 11111000 | 1011011 | 1011110 | 0 | 11 | 11110010 | 1011110 | 110100 |
Color Harmonies of #1710F8
Complementary color
Monochromatic Colors of #1710F8
Black with #1710F8
Text Example
Text Example
White with #1710F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1710F8; }
p { color: rgb(23,16,248); }
H1.HeaderClassName
{
color: #1710F8;
}
.AnyTagClassName
{
color: #1710F8;
}
</style>
background-color css
<style>
a { background-color: #1710F8; }
a { background-color: rgb(23,16,248); }
div.DivClassName
{
background-color: #1710F8;
}
.BgClassName
{
background-color: #1710F8;
}
</style>
border-color css
<style>
span { border-color: #1710F8; }
span { border-color: rgb(23,16,248); }
td.TdClassName
{
border-color: #1710F8;
}
.TagClassName
{
border-color: #1710F8;
}
</style>