Shades of Blue #240EED
Tints of Blue #240EED
RGB
CMYK
RGB Variations
Color information
#240EED (or 0x240EED) is known color: Blue. HEX triplet: 24, 0E and ED. RGB value is (36,14,237). Sum of RGB (Red+Green+Blue) = 36+14+237=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 237 (92.97% from 255 or 82.58% from 287); Max value from RGB is 237 - color contains mainly: blue. Hex color #240EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240EED is #DBF112. Grayscale: #2D2D2D. Windows color (decimal): -14414099 or 15535652. OLE color: 15535652.
HSL color Cylindrical-coordinate representation of color #240EED: hue angle of 245.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240EED is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 14 | 237 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.07 |
| HSL | 245.92º | 0.89% | 0.49% | - |
| HSV(B) | 245.92º | 0.94% | 0.93% | - |
| XYZ | 16.17 | 6.8 | 80.58 | - |
| YUV | 46 | 235.79 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 237 | 0.85 | 0.94 | 0 | 0.07 | 245.92 | 0.89 | 0.49 |
| Hex | 24 | E | ED | 55 | 5E | 0 | 7 | F6 | 59 | 31 |
| Octal | 44 | 16 | 355 | 125 | 136 | 0 | 7 | 366 | 131 | 61 |
| Binary | 100100 | 1110 | 11101101 | 1010101 | 1011110 | 0 | 111 | 11110110 | 1011001 | 110001 |
Color Harmonies of #240EED
Complementary color
Monochromatic Colors of #240EED
Black with #240EED
Text Example
Text Example
White with #240EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240EED; }
p { color: rgb(36,14,237); }
H1.HeaderClassName
{
color: #240EED;
}
.AnyTagClassName
{
color: #240EED;
}
</style>
background-color css
<style>
a { background-color: #240EED; }
a { background-color: rgb(36,14,237); }
div.DivClassName
{
background-color: #240EED;
}
.BgClassName
{
background-color: #240EED;
}
</style>
border-color css
<style>
span { border-color: #240EED; }
span { border-color: rgb(36,14,237); }
td.TdClassName
{
border-color: #240EED;
}
.TagClassName
{
border-color: #240EED;
}
</style>