Shades of Blue #1716F1
Tints of Blue #1716F1
RGB
CMYK
RGB Variations
Color information
#1716F1 (or 0x1716F1) is known color: Blue. HEX triplet: 17, 16 and F1. RGB value is (23,22,241). Sum of RGB (Red+Green+Blue) = 23+22+241=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 241 (94.53% from 255 or 84.27% from 286); Max value from RGB is 241 - color contains mainly: blue. Hex color #1716F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1716F1 is #E8E90E. Grayscale: #2E2E2E. Windows color (decimal): -15264015 or 15799831. OLE color: 15799831.
HSL color Cylindrical-coordinate representation of color #1716F1: hue angle of 240.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1716F1 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 22 | 241 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.05 |
| HSL | 240.27º | 0.89% | 0.52% | - |
| HSV(B) | 240.27º | 0.91% | 0.95% | - |
| XYZ | 16.52 | 7.11 | 83.72 | - |
| YUV | 47.27 | 237.33 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 241 | 0.90 | 0.91 | 0 | 0.05 | 240.27 | 0.89 | 0.52 |
| Hex | 17 | 16 | F1 | 5A | 5B | 0 | 5 | F0 | 59 | 34 |
| Octal | 27 | 26 | 361 | 132 | 133 | 0 | 5 | 360 | 131 | 64 |
| Binary | 10111 | 10110 | 11110001 | 1011010 | 1011011 | 0 | 101 | 11110000 | 1011001 | 110100 |
Color Harmonies of #1716F1
Complementary color
Monochromatic Colors of #1716F1
Black with #1716F1
Text Example
Text Example
White with #1716F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1716F1; }
p { color: rgb(23,22,241); }
H1.HeaderClassName
{
color: #1716F1;
}
.AnyTagClassName
{
color: #1716F1;
}
</style>
background-color css
<style>
a { background-color: #1716F1; }
a { background-color: rgb(23,22,241); }
div.DivClassName
{
background-color: #1716F1;
}
.BgClassName
{
background-color: #1716F1;
}
</style>
border-color css
<style>
span { border-color: #1716F1; }
span { border-color: rgb(23,22,241); }
td.TdClassName
{
border-color: #1716F1;
}
.TagClassName
{
border-color: #1716F1;
}
</style>