Shades of Blue #2419E9
Tints of Blue #2419E9
RGB
CMYK
RGB Variations
Color information
#2419E9 (or 0x2419E9) is known color: Blue. HEX triplet: 24, 19 and E9. RGB value is (36,25,233). Sum of RGB (Red+Green+Blue) = 36+25+233=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 233 (91.41% from 255 or 79.25% from 294); Max value from RGB is 233 - color contains mainly: blue. Hex color #2419E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2419E9 is #DBE616. Grayscale: #333333. Windows color (decimal): -14411287 or 15276324. OLE color: 15276324.
HSL color Cylindrical-coordinate representation of color #2419E9: hue angle of 243.17º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2419E9 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 25 | 233 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.09 |
| HSL | 243.17º | 0.83% | 0.51% | - |
| HSV(B) | 243.17º | 0.89% | 0.91% | - |
| XYZ | 15.78 | 6.95 | 77.6 | - |
| YUV | 52 | 230.14 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 233 | 0.85 | 0.89 | 0 | 0.09 | 243.17 | 0.83 | 0.51 |
| Hex | 24 | 19 | E9 | 55 | 59 | 0 | 9 | F3 | 53 | 33 |
| Octal | 44 | 31 | 351 | 125 | 131 | 0 | 11 | 363 | 123 | 63 |
| Binary | 100100 | 11001 | 11101001 | 1010101 | 1011001 | 0 | 1001 | 11110011 | 1010011 | 110011 |
Color Harmonies of #2419E9
Complementary color
Monochromatic Colors of #2419E9
Black with #2419E9
Text Example
Text Example
White with #2419E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2419E9; }
p { color: rgb(36,25,233); }
H1.HeaderClassName
{
color: #2419E9;
}
.AnyTagClassName
{
color: #2419E9;
}
</style>
background-color css
<style>
a { background-color: #2419E9; }
a { background-color: rgb(36,25,233); }
div.DivClassName
{
background-color: #2419E9;
}
.BgClassName
{
background-color: #2419E9;
}
</style>
border-color css
<style>
span { border-color: #2419E9; }
span { border-color: rgb(36,25,233); }
td.TdClassName
{
border-color: #2419E9;
}
.TagClassName
{
border-color: #2419E9;
}
</style>