Shades of Medium Blue #240EDE
Tints of Medium Blue #240EDE
RGB
CMYK
RGB Variations
Color information
#240EDE (or 0x240EDE) is known color: Medium Blue. HEX triplet: 24, 0E and DE. RGB value is (36,14,222). Sum of RGB (Red+Green+Blue) = 36+14+222=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #240EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240EDE is #DBF121. Grayscale: #2B2B2B. Windows color (decimal): -14414114 or 14552612. OLE color: 14552612.
HSL color Cylindrical-coordinate representation of color #240EDE: hue angle of 246.35º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240EDE is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 14 | 222 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.13 |
| HSL | 246.35º | 0.88% | 0.46% | - |
| HSV(B) | 246.35º | 0.94% | 0.87% | - |
| XYZ | 14.07 | 5.96 | 69.52 | - |
| YUV | 44.29 | 228.29 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 222 | 0.84 | 0.94 | 0 | 0.13 | 246.35 | 0.88 | 0.46 |
| Hex | 24 | E | DE | 54 | 5E | 0 | D | F6 | 58 | 2E |
| Octal | 44 | 16 | 336 | 124 | 136 | 0 | 15 | 366 | 130 | 56 |
| Binary | 100100 | 1110 | 11011110 | 1010100 | 1011110 | 0 | 1101 | 11110110 | 1011000 | 101110 |
Color Harmonies of #240EDE
Complementary color
Monochromatic Colors of #240EDE
Black with #240EDE
Text Example
Text Example
White with #240EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240EDE; }
p { color: rgb(36,14,222); }
H1.HeaderClassName
{
color: #240EDE;
}
.AnyTagClassName
{
color: #240EDE;
}
</style>
background-color css
<style>
a { background-color: #240EDE; }
a { background-color: rgb(36,14,222); }
div.DivClassName
{
background-color: #240EDE;
}
.BgClassName
{
background-color: #240EDE;
}
</style>
border-color css
<style>
span { border-color: #240EDE; }
span { border-color: rgb(36,14,222); }
td.TdClassName
{
border-color: #240EDE;
}
.TagClassName
{
border-color: #240EDE;
}
</style>