Shades of Blue #1917ED
Tints of Blue #1917ED
RGB
CMYK
RGB Variations
Color information
#1917ED (or 0x1917ED) is known color: Blue. HEX triplet: 19, 17 and ED. RGB value is (25,23,237). Sum of RGB (Red+Green+Blue) = 25+23+237=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 237 (92.97% from 255 or 83.16% from 285); Max value from RGB is 237 - color contains mainly: blue. Hex color #1917ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1917ED is #E6E812. Grayscale: #2F2F2F. Windows color (decimal): -15132691 or 15537945. OLE color: 15537945.
HSL color Cylindrical-coordinate representation of color #1917ED: hue angle of 240.56º 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 #1917ED is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 23 | 237 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.07 |
| HSL | 240.56º | 0.86% | 0.51% | - |
| HSV(B) | 240.56º | 0.9% | 0.93% | - |
| XYZ | 15.99 | 6.93 | 80.62 | - |
| YUV | 47.99 | 234.66 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 237 | 0.89 | 0.90 | 0 | 0.07 | 240.56 | 0.86 | 0.51 |
| Hex | 19 | 17 | ED | 59 | 5A | 0 | 7 | F1 | 56 | 33 |
| Octal | 31 | 27 | 355 | 131 | 132 | 0 | 7 | 361 | 126 | 63 |
| Binary | 11001 | 10111 | 11101101 | 1011001 | 1011010 | 0 | 111 | 11110001 | 1010110 | 110011 |
Color Harmonies of #1917ED
Complementary color
Monochromatic Colors of #1917ED
Black with #1917ED
Text Example
Text Example
White with #1917ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917ED; }
p { color: rgb(25,23,237); }
H1.HeaderClassName
{
color: #1917ED;
}
.AnyTagClassName
{
color: #1917ED;
}
</style>
background-color css
<style>
a { background-color: #1917ED; }
a { background-color: rgb(25,23,237); }
div.DivClassName
{
background-color: #1917ED;
}
.BgClassName
{
background-color: #1917ED;
}
</style>
border-color css
<style>
span { border-color: #1917ED; }
span { border-color: rgb(25,23,237); }
td.TdClassName
{
border-color: #1917ED;
}
.TagClassName
{
border-color: #1917ED;
}
</style>