Shades of Blue #2424EF
Tints of Blue #2424EF
RGB
CMYK
RGB Variations
Color information
#2424EF (or 0x2424EF) is known color: Blue. HEX triplet: 24, 24 and EF. RGB value is (36,36,239). Sum of RGB (Red+Green+Blue) = 36+36+239=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #2424EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2424EF is #DBDB10. Grayscale: #3A3A3A. Windows color (decimal): -14408465 or 15672356. OLE color: 15672356.
HSL color Cylindrical-coordinate representation of color #2424EF: hue angle of 240º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2424EF is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 36 | 239 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.06 |
| HSL | 240º | 0.86% | 0.54% | - |
| HSV(B) | 240º | 0.85% | 0.94% | - |
| XYZ | 16.94 | 7.87 | 82.29 | - |
| YUV | 59.14 | 229.5 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 239 | 0.85 | 0.85 | 0 | 0.06 | 240 | 0.86 | 0.54 |
| Hex | 24 | 24 | EF | 55 | 55 | 0 | 6 | F0 | 56 | 36 |
| Octal | 44 | 44 | 357 | 125 | 125 | 0 | 6 | 360 | 126 | 66 |
| Binary | 100100 | 100100 | 11101111 | 1010101 | 1010101 | 0 | 110 | 11110000 | 1010110 | 110110 |
Color Harmonies of #2424EF
Complementary color
Monochromatic Colors of #2424EF
Black with #2424EF
Text Example
Text Example
White with #2424EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2424EF; }
p { color: rgb(36,36,239); }
H1.HeaderClassName
{
color: #2424EF;
}
.AnyTagClassName
{
color: #2424EF;
}
</style>
background-color css
<style>
a { background-color: #2424EF; }
a { background-color: rgb(36,36,239); }
div.DivClassName
{
background-color: #2424EF;
}
.BgClassName
{
background-color: #2424EF;
}
</style>
border-color css
<style>
span { border-color: #2424EF; }
span { border-color: rgb(36,36,239); }
td.TdClassName
{
border-color: #2424EF;
}
.TagClassName
{
border-color: #2424EF;
}
</style>