Shades of Blue #2419FC
Tints of Blue #2419FC
RGB
CMYK
RGB Variations
Color information
#2419FC (or 0x2419FC) is known color: Blue. HEX triplet: 24, 19 and FC. RGB value is (36,25,252). Sum of RGB (Red+Green+Blue) = 36+25+252=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #2419FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2419FC is #DBE603. Grayscale: #353535. Windows color (decimal): -14411268 or 16521508. OLE color: 16521508.
HSL color Cylindrical-coordinate representation of color #2419FC: hue angle of 242.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2419FC is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 25 | 252 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.01 |
| HSL | 242.91º | 0.97% | 0.54% | - |
| HSV(B) | 242.91º | 0.9% | 0.99% | - |
| XYZ | 18.65 | 8.1 | 92.68 | - |
| YUV | 54.17 | 239.64 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 252 | 0.86 | 0.90 | 0 | 0.01 | 242.91 | 0.97 | 0.54 |
| Hex | 24 | 19 | FC | 56 | 5A | 0 | 1 | F3 | 61 | 36 |
| Octal | 44 | 31 | 374 | 126 | 132 | 0 | 1 | 363 | 141 | 66 |
| Binary | 100100 | 11001 | 11111100 | 1010110 | 1011010 | 0 | 1 | 11110011 | 1100001 | 110110 |
Color Harmonies of #2419FC
Complementary color
Monochromatic Colors of #2419FC
Black with #2419FC
Text Example
Text Example
White with #2419FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2419FC; }
p { color: rgb(36,25,252); }
H1.HeaderClassName
{
color: #2419FC;
}
.AnyTagClassName
{
color: #2419FC;
}
</style>
background-color css
<style>
a { background-color: #2419FC; }
a { background-color: rgb(36,25,252); }
div.DivClassName
{
background-color: #2419FC;
}
.BgClassName
{
background-color: #2419FC;
}
</style>
border-color css
<style>
span { border-color: #2419FC; }
span { border-color: rgb(36,25,252); }
td.TdClassName
{
border-color: #2419FC;
}
.TagClassName
{
border-color: #2419FC;
}
</style>