Shades of Blue #0024EE
Tints of Blue #0024EE
RGB
CMYK
RGB Variations
Color information
#0024EE (or 0x0024EE) is known color: Blue. HEX triplet: 00, 24 and EE. RGB value is (0,36,238). Sum of RGB (Red+Green+Blue) = 0+36+238=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 238 (93.36% from 255 or 86.86% from 274); Max value from RGB is 238 - color contains mainly: blue. Hex color #0024EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0024EE is #FFDB11. Grayscale: #2F2F2F. Windows color (decimal): -16767762 or 15606784. OLE color: 15606784.
HSL color Cylindrical-coordinate representation of color #0024EE: hue angle of 230.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024EE is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 36 | 238 | - |
| CMYK | 1 | 0.85 | 0 | 0.07 |
| HSL | 230.92º | 1% | 0.47% | - |
| HSV(B) | 230.92º | 1% | 0.93% | - |
| XYZ | 16.06 | 7.43 | 81.48 | - |
| YUV | 48.26 | 235.07 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 238 | 1 | 0.85 | 0 | 0.07 | 230.92 | 1 | 0.47 |
| Hex | 0 | 24 | EE | 64 | 55 | 0 | 7 | E7 | 64 | 2F |
| Octal | 0 | 44 | 356 | 144 | 125 | 0 | 7 | 347 | 144 | 57 |
| Binary | 0 | 100100 | 11101110 | 1100100 | 1010101 | 0 | 111 | 11100111 | 1100100 | 101111 |
Color Harmonies of #0024EE
Complementary color
Monochromatic Colors of #0024EE
Black with #0024EE
Text Example
Text Example
White with #0024EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024EE; }
p { color: rgb(0,36,238); }
H1.HeaderClassName
{
color: #0024EE;
}
.AnyTagClassName
{
color: #0024EE;
}
</style>
background-color css
<style>
a { background-color: #0024EE; }
a { background-color: rgb(0,36,238); }
div.DivClassName
{
background-color: #0024EE;
}
.BgClassName
{
background-color: #0024EE;
}
</style>
border-color css
<style>
span { border-color: #0024EE; }
span { border-color: rgb(0,36,238); }
td.TdClassName
{
border-color: #0024EE;
}
.TagClassName
{
border-color: #0024EE;
}
</style>