Shades of Blue #1719EE
Tints of Blue #1719EE
RGB
CMYK
RGB Variations
Color information
#1719EE (or 0x1719EE) is known color: Blue. HEX triplet: 17, 19 and EE. RGB value is (23,25,238). Sum of RGB (Red+Green+Blue) = 23+25+238=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 238 (93.36% from 255 or 83.22% from 286); Max value from RGB is 238 - color contains mainly: blue. Hex color #1719EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1719EE is #E8E611. Grayscale: #2F2F2F. Windows color (decimal): -15263250 or 15603991. OLE color: 15603991.
HSL color Cylindrical-coordinate representation of color #1719EE: hue angle of 239.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1719EE is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 25 | 238 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.07 |
| HSL | 239.44º | 0.86% | 0.51% | - |
| HSV(B) | 239.44º | 0.9% | 0.93% | - |
| XYZ | 16.13 | 7.05 | 81.4 | - |
| YUV | 48.68 | 234.84 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 238 | 0.90 | 0.89 | 0 | 0.07 | 239.44 | 0.86 | 0.51 |
| Hex | 17 | 19 | EE | 5A | 59 | 0 | 7 | EF | 56 | 33 |
| Octal | 27 | 31 | 356 | 132 | 131 | 0 | 7 | 357 | 126 | 63 |
| Binary | 10111 | 11001 | 11101110 | 1011010 | 1011001 | 0 | 111 | 11101111 | 1010110 | 110011 |
Color Harmonies of #1719EE
Complementary color
Monochromatic Colors of #1719EE
Black with #1719EE
Text Example
Text Example
White with #1719EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1719EE; }
p { color: rgb(23,25,238); }
H1.HeaderClassName
{
color: #1719EE;
}
.AnyTagClassName
{
color: #1719EE;
}
</style>
background-color css
<style>
a { background-color: #1719EE; }
a { background-color: rgb(23,25,238); }
div.DivClassName
{
background-color: #1719EE;
}
.BgClassName
{
background-color: #1719EE;
}
</style>
border-color css
<style>
span { border-color: #1719EE; }
span { border-color: rgb(23,25,238); }
td.TdClassName
{
border-color: #1719EE;
}
.TagClassName
{
border-color: #1719EE;
}
</style>