Shades of Blue #240BE8
Tints of Blue #240BE8
RGB
CMYK
RGB Variations
Color information
#240BE8 (or 0x240BE8) is known color: Blue. HEX triplet: 24, 0B and E8. RGB value is (36,11,232). Sum of RGB (Red+Green+Blue) = 36+11+232=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 232 (91.02% from 255 or 83.15% from 279); Max value from RGB is 232 - color contains mainly: blue. Hex color #240BE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240BE8 is #DBF417. Grayscale: #2A2A2A. Windows color (decimal): -14414872 or 15207204. OLE color: 15207204.
HSL color Cylindrical-coordinate representation of color #240BE8: hue angle of 246.79º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BE8 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 11 | 232 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.09 |
| HSL | 246.79º | 0.91% | 0.48% | - |
| HSV(B) | 246.79º | 0.95% | 0.91% | - |
| XYZ | 15.41 | 6.44 | 76.77 | - |
| YUV | 43.67 | 234.28 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 232 | 0.84 | 0.95 | 0 | 0.09 | 246.79 | 0.91 | 0.48 |
| Hex | 24 | B | E8 | 54 | 5F | 0 | 9 | F7 | 5B | 30 |
| Octal | 44 | 13 | 350 | 124 | 137 | 0 | 11 | 367 | 133 | 60 |
| Binary | 100100 | 1011 | 11101000 | 1010100 | 1011111 | 0 | 1001 | 11110111 | 1011011 | 110000 |
Color Harmonies of #240BE8
Complementary color
Monochromatic Colors of #240BE8
Black with #240BE8
Text Example
Text Example
White with #240BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BE8; }
p { color: rgb(36,11,232); }
H1.HeaderClassName
{
color: #240BE8;
}
.AnyTagClassName
{
color: #240BE8;
}
</style>
background-color css
<style>
a { background-color: #240BE8; }
a { background-color: rgb(36,11,232); }
div.DivClassName
{
background-color: #240BE8;
}
.BgClassName
{
background-color: #240BE8;
}
</style>
border-color css
<style>
span { border-color: #240BE8; }
span { border-color: rgb(36,11,232); }
td.TdClassName
{
border-color: #240BE8;
}
.TagClassName
{
border-color: #240BE8;
}
</style>