Shades of Blue #1719E7
Tints of Blue #1719E7
RGB
CMYK
RGB Variations
Color information
#1719E7 (or 0x1719E7) is known color: Blue. HEX triplet: 17, 19 and E7. RGB value is (23,25,231). Sum of RGB (Red+Green+Blue) = 23+25+231=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 231 (90.62% from 255 or 82.80% from 279); Max value from RGB is 231 - color contains mainly: blue. Hex color #1719E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1719E7 is #E8E618. Grayscale: #2F2F2F. Windows color (decimal): -15263257 or 15145239. OLE color: 15145239.
HSL color Cylindrical-coordinate representation of color #1719E7: hue angle of 239.42º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1719E7 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 25 | 231 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.09 |
| HSL | 239.42º | 0.82% | 0.5% | - |
| HSV(B) | 239.42º | 0.9% | 0.91% | - |
| XYZ | 15.12 | 6.65 | 76.09 | - |
| YUV | 47.89 | 231.34 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 231 | 0.90 | 0.89 | 0 | 0.09 | 239.42 | 0.82 | 0.5 |
| Hex | 17 | 19 | E7 | 5A | 59 | 0 | 9 | EF | 52 | 32 |
| Octal | 27 | 31 | 347 | 132 | 131 | 0 | 11 | 357 | 122 | 62 |
| Binary | 10111 | 11001 | 11100111 | 1011010 | 1011001 | 0 | 1001 | 11101111 | 1010010 | 110010 |
Color Harmonies of #1719E7
Complementary color
Monochromatic Colors of #1719E7
Black with #1719E7
Text Example
Text Example
White with #1719E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1719E7; }
p { color: rgb(23,25,231); }
H1.HeaderClassName
{
color: #1719E7;
}
.AnyTagClassName
{
color: #1719E7;
}
</style>
background-color css
<style>
a { background-color: #1719E7; }
a { background-color: rgb(23,25,231); }
div.DivClassName
{
background-color: #1719E7;
}
.BgClassName
{
background-color: #1719E7;
}
</style>
border-color css
<style>
span { border-color: #1719E7; }
span { border-color: rgb(23,25,231); }
td.TdClassName
{
border-color: #1719E7;
}
.TagClassName
{
border-color: #1719E7;
}
</style>