Shades of Blue #240CE8
Tints of Blue #240CE8
RGB
CMYK
RGB Variations
Color information
#240CE8 (or 0x240CE8) is known color: Blue. HEX triplet: 24, 0C and E8. RGB value is (36,12,232). Sum of RGB (Red+Green+Blue) = 36+12+232=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 232 (91.02% from 255 or 82.86% from 280); Max value from RGB is 232 - color contains mainly: blue. Hex color #240CE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240CE8 is #DBF317. Grayscale: #2B2B2B. Windows color (decimal): -14414616 or 15207460. OLE color: 15207460.
HSL color Cylindrical-coordinate representation of color #240CE8: hue angle of 246.55º degrees, saturation: 0.9, 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 #240CE8 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 12 | 232 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.09 |
| HSL | 246.55º | 0.9% | 0.48% | - |
| HSV(B) | 246.55º | 0.95% | 0.91% | - |
| XYZ | 15.42 | 6.46 | 76.78 | - |
| YUV | 44.26 | 233.95 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 232 | 0.84 | 0.95 | 0 | 0.09 | 246.55 | 0.9 | 0.48 |
| Hex | 24 | C | E8 | 54 | 5F | 0 | 9 | F7 | 5A | 30 |
| Octal | 44 | 14 | 350 | 124 | 137 | 0 | 11 | 367 | 132 | 60 |
| Binary | 100100 | 1100 | 11101000 | 1010100 | 1011111 | 0 | 1001 | 11110111 | 1011010 | 110000 |
Color Harmonies of #240CE8
Complementary color
Monochromatic Colors of #240CE8
Black with #240CE8
Text Example
Text Example
White with #240CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CE8; }
p { color: rgb(36,12,232); }
H1.HeaderClassName
{
color: #240CE8;
}
.AnyTagClassName
{
color: #240CE8;
}
</style>
background-color css
<style>
a { background-color: #240CE8; }
a { background-color: rgb(36,12,232); }
div.DivClassName
{
background-color: #240CE8;
}
.BgClassName
{
background-color: #240CE8;
}
</style>
border-color css
<style>
span { border-color: #240CE8; }
span { border-color: rgb(36,12,232); }
td.TdClassName
{
border-color: #240CE8;
}
.TagClassName
{
border-color: #240CE8;
}
</style>