Shades of Medium Blue #240CE0
Tints of Medium Blue #240CE0
RGB
CMYK
RGB Variations
Color information
#240CE0 (or 0x240CE0) is known color: Medium Blue. HEX triplet: 24, 0C and E0. RGB value is (36,12,224). Sum of RGB (Red+Green+Blue) = 36+12+224=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 224 (87.89% from 255 or 82.35% from 272); Max value from RGB is 224 - color contains mainly: blue. Hex color #240CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CE0 is #DBF31F. Grayscale: #2A2A2A. Windows color (decimal): -14414624 or 14683172. OLE color: 14683172.
HSL color Cylindrical-coordinate representation of color #240CE0: hue angle of 246.79º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240CE0 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 12 | 224 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.12 |
| HSL | 246.79º | 0.9% | 0.46% | - |
| HSV(B) | 246.79º | 0.95% | 0.88% | - |
| XYZ | 14.31 | 6.02 | 70.93 | - |
| YUV | 43.34 | 229.95 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 224 | 0.84 | 0.95 | 0 | 0.12 | 246.79 | 0.9 | 0.46 |
| Hex | 24 | C | E0 | 54 | 5F | 0 | C | F7 | 5A | 2E |
| Octal | 44 | 14 | 340 | 124 | 137 | 0 | 14 | 367 | 132 | 56 |
| Binary | 100100 | 1100 | 11100000 | 1010100 | 1011111 | 0 | 1100 | 11110111 | 1011010 | 101110 |
Color Harmonies of #240CE0
Complementary color
Monochromatic Colors of #240CE0
Black with #240CE0
Text Example
Text Example
White with #240CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CE0; }
p { color: rgb(36,12,224); }
H1.HeaderClassName
{
color: #240CE0;
}
.AnyTagClassName
{
color: #240CE0;
}
</style>
background-color css
<style>
a { background-color: #240CE0; }
a { background-color: rgb(36,12,224); }
div.DivClassName
{
background-color: #240CE0;
}
.BgClassName
{
background-color: #240CE0;
}
</style>
border-color css
<style>
span { border-color: #240CE0; }
span { border-color: rgb(36,12,224); }
td.TdClassName
{
border-color: #240CE0;
}
.TagClassName
{
border-color: #240CE0;
}
</style>