Shades of Blue #2404FF
Tints of Blue #2404FF
RGB
CMYK
RGB Variations
Color information
#2404FF (or 0x2404FF) is known color: Blue. HEX triplet: 24, 04 and FF. RGB value is (36,4,255). Sum of RGB (Red+Green+Blue) = 36+4+255=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 255 (100% from 255 or 86.44% from 295); Max value from RGB is 255 - color contains mainly: blue. Hex color #2404FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2404FF is #DBFB00. Grayscale: #292929. Windows color (decimal): -14416641 or 16712740. OLE color: 16712740.
HSL color Cylindrical-coordinate representation of color #2404FF: hue angle of 247.65º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404FF is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 4 | 255 | - |
| CMYK | 0.86 | 0.98 | 0 | 0 |
| HSL | 247.65º | 1% | 0.51% | - |
| HSV(B) | 247.65º | 0.98% | 1% | - |
| XYZ | 18.82 | 7.68 | 95.1 | - |
| YUV | 42.18 | 248.1 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 255 | 0.86 | 0.98 | 0 | 0 | 247.65 | 1 | 0.51 |
| Hex | 24 | 4 | FF | 56 | 62 | 0 | 0 | F8 | 64 | 33 |
| Octal | 44 | 4 | 377 | 126 | 142 | 0 | 0 | 370 | 144 | 63 |
| Binary | 100100 | 100 | 11111111 | 1010110 | 1100010 | 0 | 0 | 11111000 | 1100100 | 110011 |
Color Harmonies of #2404FF
Complementary color
Monochromatic Colors of #2404FF
Black with #2404FF
Text Example
Text Example
White with #2404FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2404FF; }
p { color: rgb(36,4,255); }
H1.HeaderClassName
{
color: #2404FF;
}
.AnyTagClassName
{
color: #2404FF;
}
</style>
background-color css
<style>
a { background-color: #2404FF; }
a { background-color: rgb(36,4,255); }
div.DivClassName
{
background-color: #2404FF;
}
.BgClassName
{
background-color: #2404FF;
}
</style>
border-color css
<style>
span { border-color: #2404FF; }
span { border-color: rgb(36,4,255); }
td.TdClassName
{
border-color: #2404FF;
}
.TagClassName
{
border-color: #2404FF;
}
</style>