Shades of Medium Blue #240BE2
Tints of Medium Blue #240BE2
RGB
CMYK
RGB Variations
Color information
#240BE2 (or 0x240BE2) is known color: Medium Blue. HEX triplet: 24, 0B and E2. RGB value is (36,11,226). Sum of RGB (Red+Green+Blue) = 36+11+226=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 226 (88.67% from 255 or 82.78% from 273); Max value from RGB is 226 - color contains mainly: blue. Hex color #240BE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BE2 is #DBF41D. Grayscale: #2A2A2A. Windows color (decimal): -14414878 or 14813988. OLE color: 14813988.
HSL color Cylindrical-coordinate representation of color #240BE2: hue angle of 246.98º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BE2 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 36 | 11 | 226 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.11 |
| HSL | 246.98º | 0.91% | 0.46% | - |
| HSV(B) | 246.98º | 0.95% | 0.89% | - |
| XYZ | 14.57 | 6.11 | 72.36 | - |
| YUV | 42.99 | 231.28 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 226 | 0.84 | 0.95 | 0 | 0.11 | 246.98 | 0.91 | 0.46 |
| Hex | 24 | B | E2 | 54 | 5F | 0 | B | F7 | 5B | 2E |
| Octal | 44 | 13 | 342 | 124 | 137 | 0 | 13 | 367 | 133 | 56 |
| Binary | 100100 | 1011 | 11100010 | 1010100 | 1011111 | 0 | 1011 | 11110111 | 1011011 | 101110 |
Color Harmonies of #240BE2
Complementary color
Monochromatic Colors of #240BE2
Black with #240BE2
Text Example
Text Example
White with #240BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BE2; }
p { color: rgb(36,11,226); }
H1.HeaderClassName
{
color: #240BE2;
}
.AnyTagClassName
{
color: #240BE2;
}
</style>
background-color css
<style>
a { background-color: #240BE2; }
a { background-color: rgb(36,11,226); }
div.DivClassName
{
background-color: #240BE2;
}
.BgClassName
{
background-color: #240BE2;
}
</style>
border-color css
<style>
span { border-color: #240BE2; }
span { border-color: rgb(36,11,226); }
td.TdClassName
{
border-color: #240BE2;
}
.TagClassName
{
border-color: #240BE2;
}
</style>