Shades of Blue #0024EC
Tints of Blue #0024EC
RGB
CMYK
RGB Variations
Color information
#0024EC (or 0x0024EC) is known color: Blue. HEX triplet: 00, 24 and EC. RGB value is (0,36,236). Sum of RGB (Red+Green+Blue) = 0+36+236=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #0024EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0024EC is #FFDB13. Grayscale: #2F2F2F. Windows color (decimal): -16767764 or 15475712. OLE color: 15475712.
HSL color Cylindrical-coordinate representation of color #0024EC: hue angle of 230.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024EC is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 36 | 236 | - |
| CMYK | 1 | 0.85 | 0 | 0.07 |
| HSL | 230.85º | 1% | 0.46% | - |
| HSV(B) | 230.85º | 1% | 0.93% | - |
| XYZ | 15.77 | 7.32 | 79.94 | - |
| YUV | 48.04 | 234.07 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 236 | 1 | 0.85 | 0 | 0.07 | 230.85 | 1 | 0.46 |
| Hex | 0 | 24 | EC | 64 | 55 | 0 | 7 | E7 | 64 | 2E |
| Octal | 0 | 44 | 354 | 144 | 125 | 0 | 7 | 347 | 144 | 56 |
| Binary | 0 | 100100 | 11101100 | 1100100 | 1010101 | 0 | 111 | 11100111 | 1100100 | 101110 |
Color Harmonies of #0024EC
Complementary color
Monochromatic Colors of #0024EC
Black with #0024EC
Text Example
Text Example
White with #0024EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024EC; }
p { color: rgb(0,36,236); }
H1.HeaderClassName
{
color: #0024EC;
}
.AnyTagClassName
{
color: #0024EC;
}
</style>
background-color css
<style>
a { background-color: #0024EC; }
a { background-color: rgb(0,36,236); }
div.DivClassName
{
background-color: #0024EC;
}
.BgClassName
{
background-color: #0024EC;
}
</style>
border-color css
<style>
span { border-color: #0024EC; }
span { border-color: rgb(0,36,236); }
td.TdClassName
{
border-color: #0024EC;
}
.TagClassName
{
border-color: #0024EC;
}
</style>