Shades of Blue #1719E6
Tints of Blue #1719E6
RGB
CMYK
RGB Variations
Color information
#1719E6 (or 0x1719E6) is known color: Blue. HEX triplet: 17, 19 and E6. RGB value is (23,25,230). Sum of RGB (Red+Green+Blue) = 23+25+230=278 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.27% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 230 (90.23% from 255 or 82.73% from 278); Max value from RGB is 230 - color contains mainly: blue. Hex color #1719E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1719E6 is #E8E619. Grayscale: #2E2E2E. Windows color (decimal): -15263258 or 15079703. OLE color: 15079703.
HSL color Cylindrical-coordinate representation of color #1719E6: hue angle of 239.42º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1719E6 is Cyan = 0.9, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 25 | 230 | - |
| CMYK | 0.9 | 0.89 | 0 | 0.10 |
| HSL | 239.42º | 0.82% | 0.5% | - |
| HSV(B) | 239.42º | 0.9% | 0.9% | - |
| XYZ | 14.98 | 6.59 | 75.35 | - |
| YUV | 47.77 | 230.84 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 230 | 0.9 | 0.89 | 0 | 0.10 | 239.42 | 0.82 | 0.5 |
| Hex | 17 | 19 | E6 | 5A | 59 | 0 | A | EF | 52 | 32 |
| Octal | 27 | 31 | 346 | 132 | 131 | 0 | 12 | 357 | 122 | 62 |
| Binary | 10111 | 11001 | 11100110 | 1011010 | 1011001 | 0 | 1010 | 11101111 | 1010010 | 110010 |
Color Harmonies of #1719E6
Complementary color
Monochromatic Colors of #1719E6
Black with #1719E6
Text Example
Text Example
White with #1719E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1719E6; }
p { color: rgb(23,25,230); }
H1.HeaderClassName
{
color: #1719E6;
}
.AnyTagClassName
{
color: #1719E6;
}
</style>
background-color css
<style>
a { background-color: #1719E6; }
a { background-color: rgb(23,25,230); }
div.DivClassName
{
background-color: #1719E6;
}
.BgClassName
{
background-color: #1719E6;
}
</style>
border-color css
<style>
span { border-color: #1719E6; }
span { border-color: rgb(23,25,230); }
td.TdClassName
{
border-color: #1719E6;
}
.TagClassName
{
border-color: #1719E6;
}
</style>