Shades of Blue #240BEA
Tints of Blue #240BEA
RGB
CMYK
RGB Variations
Color information
#240BEA (or 0x240BEA) is known color: Blue. HEX triplet: 24, 0B and EA. RGB value is (36,11,234). Sum of RGB (Red+Green+Blue) = 36+11+234=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #240BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240BEA is #DBF415. Grayscale: #2B2B2B. Windows color (decimal): -14414870 or 15338276. OLE color: 15338276.
HSL color Cylindrical-coordinate representation of color #240BEA: hue angle of 246.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BEA is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 11 | 234 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.08 |
| HSL | 246.73º | 0.91% | 0.48% | - |
| HSV(B) | 246.73º | 0.95% | 0.92% | - |
| XYZ | 15.7 | 6.55 | 78.28 | - |
| YUV | 43.9 | 235.28 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 234 | 0.85 | 0.95 | 0 | 0.08 | 246.73 | 0.91 | 0.48 |
| Hex | 24 | B | EA | 55 | 5F | 0 | 8 | F7 | 5B | 30 |
| Octal | 44 | 13 | 352 | 125 | 137 | 0 | 10 | 367 | 133 | 60 |
| Binary | 100100 | 1011 | 11101010 | 1010101 | 1011111 | 0 | 1000 | 11110111 | 1011011 | 110000 |
Color Harmonies of #240BEA
Complementary color
Monochromatic Colors of #240BEA
Black with #240BEA
Text Example
Text Example
White with #240BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BEA; }
p { color: rgb(36,11,234); }
H1.HeaderClassName
{
color: #240BEA;
}
.AnyTagClassName
{
color: #240BEA;
}
</style>
background-color css
<style>
a { background-color: #240BEA; }
a { background-color: rgb(36,11,234); }
div.DivClassName
{
background-color: #240BEA;
}
.BgClassName
{
background-color: #240BEA;
}
</style>
border-color css
<style>
span { border-color: #240BEA; }
span { border-color: rgb(36,11,234); }
td.TdClassName
{
border-color: #240BEA;
}
.TagClassName
{
border-color: #240BEA;
}
</style>