Shades of Blue #240EFA
Tints of Blue #240EFA
RGB
CMYK
RGB Variations
Color information
#240EFA (or 0x240EFA) is known color: Blue. HEX triplet: 24, 0E and FA. RGB value is (36,14,250). Sum of RGB (Red+Green+Blue) = 36+14+250=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #240EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240EFA is #DBF105. Grayscale: #2E2E2E. Windows color (decimal): -14414086 or 16387620. OLE color: 16387620.
HSL color Cylindrical-coordinate representation of color #240EFA: hue angle of 245.59º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240EFA is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 14 | 250 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.02 |
| HSL | 245.59º | 0.96% | 0.52% | - |
| HSV(B) | 245.59º | 0.94% | 0.98% | - |
| XYZ | 18.14 | 7.59 | 90.95 | - |
| YUV | 47.48 | 242.29 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 250 | 0.86 | 0.94 | 0 | 0.02 | 245.59 | 0.96 | 0.52 |
| Hex | 24 | E | FA | 56 | 5E | 0 | 2 | F6 | 60 | 34 |
| Octal | 44 | 16 | 372 | 126 | 136 | 0 | 2 | 366 | 140 | 64 |
| Binary | 100100 | 1110 | 11111010 | 1010110 | 1011110 | 0 | 10 | 11110110 | 1100000 | 110100 |
Color Harmonies of #240EFA
Complementary color
Monochromatic Colors of #240EFA
Black with #240EFA
Text Example
Text Example
White with #240EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240EFA; }
p { color: rgb(36,14,250); }
H1.HeaderClassName
{
color: #240EFA;
}
.AnyTagClassName
{
color: #240EFA;
}
</style>
background-color css
<style>
a { background-color: #240EFA; }
a { background-color: rgb(36,14,250); }
div.DivClassName
{
background-color: #240EFA;
}
.BgClassName
{
background-color: #240EFA;
}
</style>
border-color css
<style>
span { border-color: #240EFA; }
span { border-color: rgb(36,14,250); }
td.TdClassName
{
border-color: #240EFA;
}
.TagClassName
{
border-color: #240EFA;
}
</style>