Shades of Blue #1719EB
Tints of Blue #1719EB
RGB
CMYK
RGB Variations
Color information
#1719EB (or 0x1719EB) is known color: Blue. HEX triplet: 17, 19 and EB. RGB value is (23,25,235). Sum of RGB (Red+Green+Blue) = 23+25+235=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #1719EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1719EB is #E8E614. Grayscale: #2F2F2F. Windows color (decimal): -15263253 or 15407383. OLE color: 15407383.
HSL color Cylindrical-coordinate representation of color #1719EB: hue angle of 239.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1719EB is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 25 | 235 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.08 |
| HSL | 239.43º | 0.84% | 0.51% | - |
| HSV(B) | 239.43º | 0.9% | 0.92% | - |
| XYZ | 15.7 | 6.88 | 79.1 | - |
| YUV | 48.34 | 233.34 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 235 | 0.90 | 0.89 | 0 | 0.08 | 239.43 | 0.84 | 0.51 |
| Hex | 17 | 19 | EB | 5A | 59 | 0 | 8 | EF | 54 | 33 |
| Octal | 27 | 31 | 353 | 132 | 131 | 0 | 10 | 357 | 124 | 63 |
| Binary | 10111 | 11001 | 11101011 | 1011010 | 1011001 | 0 | 1000 | 11101111 | 1010100 | 110011 |
Color Harmonies of #1719EB
Complementary color
Monochromatic Colors of #1719EB
Black with #1719EB
Text Example
Text Example
White with #1719EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1719EB; }
p { color: rgb(23,25,235); }
H1.HeaderClassName
{
color: #1719EB;
}
.AnyTagClassName
{
color: #1719EB;
}
</style>
background-color css
<style>
a { background-color: #1719EB; }
a { background-color: rgb(23,25,235); }
div.DivClassName
{
background-color: #1719EB;
}
.BgClassName
{
background-color: #1719EB;
}
</style>
border-color css
<style>
span { border-color: #1719EB; }
span { border-color: rgb(23,25,235); }
td.TdClassName
{
border-color: #1719EB;
}
.TagClassName
{
border-color: #1719EB;
}
</style>