Shades of Blue #2404EC
Tints of Blue #2404EC
RGB
CMYK
RGB Variations
Color information
#2404EC (or 0x2404EC) is known color: Blue. HEX triplet: 24, 04 and EC. RGB value is (36,4,236). Sum of RGB (Red+Green+Blue) = 36+4+236=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 236 (92.58% from 255 or 85.51% from 276); Max value from RGB is 236 - color contains mainly: blue. Hex color #2404EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2404EC is #DBFB13. Grayscale: #272727. Windows color (decimal): -14416660 or 15467556. OLE color: 15467556.
HSL color Cylindrical-coordinate representation of color #2404EC: hue angle of 248.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404EC is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 4 | 236 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.07 |
| HSL | 248.28º | 0.97% | 0.47% | - |
| HSV(B) | 248.28º | 0.98% | 0.93% | - |
| XYZ | 15.91 | 6.52 | 79.78 | - |
| YUV | 40.02 | 238.6 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 236 | 0.85 | 0.98 | 0 | 0.07 | 248.28 | 0.97 | 0.47 |
| Hex | 24 | 4 | EC | 55 | 62 | 0 | 7 | F8 | 61 | 2F |
| Octal | 44 | 4 | 354 | 125 | 142 | 0 | 7 | 370 | 141 | 57 |
| Binary | 100100 | 100 | 11101100 | 1010101 | 1100010 | 0 | 111 | 11111000 | 1100001 | 101111 |
Color Harmonies of #2404EC
Complementary color
Monochromatic Colors of #2404EC
Black with #2404EC
Text Example
Text Example
White with #2404EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2404EC; }
p { color: rgb(36,4,236); }
H1.HeaderClassName
{
color: #2404EC;
}
.AnyTagClassName
{
color: #2404EC;
}
</style>
background-color css
<style>
a { background-color: #2404EC; }
a { background-color: rgb(36,4,236); }
div.DivClassName
{
background-color: #2404EC;
}
.BgClassName
{
background-color: #2404EC;
}
</style>
border-color css
<style>
span { border-color: #2404EC; }
span { border-color: rgb(36,4,236); }
td.TdClassName
{
border-color: #2404EC;
}
.TagClassName
{
border-color: #2404EC;
}
</style>