Shades of Blue #1715F1
Tints of Blue #1715F1
RGB
CMYK
RGB Variations
Color information
#1715F1 (or 0x1715F1) is known color: Blue. HEX triplet: 17, 15 and F1. RGB value is (23,21,241). Sum of RGB (Red+Green+Blue) = 23+21+241=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 241 (94.53% from 255 or 84.56% from 285); Max value from RGB is 241 - color contains mainly: blue. Hex color #1715F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1715F1 is #E8EA0E. Grayscale: #2D2D2D. Windows color (decimal): -15264271 or 15799575. OLE color: 15799575.
HSL color Cylindrical-coordinate representation of color #1715F1: hue angle of 240.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1715F1 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 21 | 241 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.05 |
| HSL | 240.55º | 0.89% | 0.51% | - |
| HSV(B) | 240.55º | 0.91% | 0.95% | - |
| XYZ | 16.5 | 7.07 | 83.71 | - |
| YUV | 46.68 | 237.66 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 241 | 0.90 | 0.91 | 0 | 0.05 | 240.55 | 0.89 | 0.51 |
| Hex | 17 | 15 | F1 | 5A | 5B | 0 | 5 | F1 | 59 | 33 |
| Octal | 27 | 25 | 361 | 132 | 133 | 0 | 5 | 361 | 131 | 63 |
| Binary | 10111 | 10101 | 11110001 | 1011010 | 1011011 | 0 | 101 | 11110001 | 1011001 | 110011 |
Color Harmonies of #1715F1
Complementary color
Monochromatic Colors of #1715F1
Black with #1715F1
Text Example
Text Example
White with #1715F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715F1; }
p { color: rgb(23,21,241); }
H1.HeaderClassName
{
color: #1715F1;
}
.AnyTagClassName
{
color: #1715F1;
}
</style>
background-color css
<style>
a { background-color: #1715F1; }
a { background-color: rgb(23,21,241); }
div.DivClassName
{
background-color: #1715F1;
}
.BgClassName
{
background-color: #1715F1;
}
</style>
border-color css
<style>
span { border-color: #1715F1; }
span { border-color: rgb(23,21,241); }
td.TdClassName
{
border-color: #1715F1;
}
.TagClassName
{
border-color: #1715F1;
}
</style>