Shades of Blue #240BEE
Tints of Blue #240BEE
RGB
CMYK
RGB Variations
Color information
#240BEE (or 0x240BEE) is known color: Blue. HEX triplet: 24, 0B and EE. RGB value is (36,11,238). Sum of RGB (Red+Green+Blue) = 36+11+238=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #240BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240BEE is #DBF411. Grayscale: #2B2B2B. Windows color (decimal): -14414866 or 15600420. OLE color: 15600420.
HSL color Cylindrical-coordinate representation of color #240BEE: hue angle of 246.61º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BEE is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 11 | 238 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.07 |
| HSL | 246.61º | 0.91% | 0.49% | - |
| HSV(B) | 246.61º | 0.95% | 0.93% | - |
| XYZ | 16.28 | 6.79 | 81.34 | - |
| YUV | 44.35 | 237.28 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 238 | 0.85 | 0.95 | 0 | 0.07 | 246.61 | 0.91 | 0.49 |
| Hex | 24 | B | EE | 55 | 5F | 0 | 7 | F7 | 5B | 31 |
| Octal | 44 | 13 | 356 | 125 | 137 | 0 | 7 | 367 | 133 | 61 |
| Binary | 100100 | 1011 | 11101110 | 1010101 | 1011111 | 0 | 111 | 11110111 | 1011011 | 110001 |
Color Harmonies of #240BEE
Complementary color
Monochromatic Colors of #240BEE
Black with #240BEE
Text Example
Text Example
White with #240BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BEE; }
p { color: rgb(36,11,238); }
H1.HeaderClassName
{
color: #240BEE;
}
.AnyTagClassName
{
color: #240BEE;
}
</style>
background-color css
<style>
a { background-color: #240BEE; }
a { background-color: rgb(36,11,238); }
div.DivClassName
{
background-color: #240BEE;
}
.BgClassName
{
background-color: #240BEE;
}
</style>
border-color css
<style>
span { border-color: #240BEE; }
span { border-color: rgb(36,11,238); }
td.TdClassName
{
border-color: #240BEE;
}
.TagClassName
{
border-color: #240BEE;
}
</style>