Shades of Blue #1715F4
Tints of Blue #1715F4
RGB
CMYK
RGB Variations
Color information
#1715F4 (or 0x1715F4) is known color: Blue. HEX triplet: 17, 15 and F4. RGB value is (23,21,244). Sum of RGB (Red+Green+Blue) = 23+21+244=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 244 (95.70% from 255 or 84.72% from 288); Max value from RGB is 244 - color contains mainly: blue. Hex color #1715F4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1715F4 is #E8EA0B. Grayscale: #2E2E2E. Windows color (decimal): -15264268 or 15996183. OLE color: 15996183.
HSL color Cylindrical-coordinate representation of color #1715F4: hue angle of 240.54º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1715F4 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 21 | 244 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.04 |
| HSL | 240.54º | 0.91% | 0.52% | - |
| HSV(B) | 240.54º | 0.91% | 0.96% | - |
| XYZ | 16.95 | 7.25 | 86.09 | - |
| YUV | 47.02 | 239.16 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 244 | 0.91 | 0.91 | 0 | 0.04 | 240.54 | 0.91 | 0.52 |
| Hex | 17 | 15 | F4 | 5B | 5B | 0 | 4 | F1 | 5B | 34 |
| Octal | 27 | 25 | 364 | 133 | 133 | 0 | 4 | 361 | 133 | 64 |
| Binary | 10111 | 10101 | 11110100 | 1011011 | 1011011 | 0 | 100 | 11110001 | 1011011 | 110100 |
Color Harmonies of #1715F4
Complementary color
Monochromatic Colors of #1715F4
Black with #1715F4
Text Example
Text Example
White with #1715F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715F4; }
p { color: rgb(23,21,244); }
H1.HeaderClassName
{
color: #1715F4;
}
.AnyTagClassName
{
color: #1715F4;
}
</style>
background-color css
<style>
a { background-color: #1715F4; }
a { background-color: rgb(23,21,244); }
div.DivClassName
{
background-color: #1715F4;
}
.BgClassName
{
background-color: #1715F4;
}
</style>
border-color css
<style>
span { border-color: #1715F4; }
span { border-color: rgb(23,21,244); }
td.TdClassName
{
border-color: #1715F4;
}
.TagClassName
{
border-color: #1715F4;
}
</style>