Shades of Blue #240EFD
Tints of Blue #240EFD
RGB
CMYK
RGB Variations
Color information
#240EFD (or 0x240EFD) is known color: Blue. HEX triplet: 24, 0E and FD. RGB value is (36,14,253). Sum of RGB (Red+Green+Blue) = 36+14+253=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 253 (99.22% from 255 or 83.50% from 303); Max value from RGB is 253 - color contains mainly: blue. Hex color #240EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240EFD is #DBF102. Grayscale: #2E2E2E. Windows color (decimal): -14414083 or 16584228. OLE color: 16584228.
HSL color Cylindrical-coordinate representation of color #240EFD: hue angle of 245.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240EFD is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 14 | 253 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.01 |
| HSL | 245.52º | 0.98% | 0.52% | - |
| HSV(B) | 245.52º | 0.94% | 0.99% | - |
| XYZ | 18.61 | 7.78 | 93.45 | - |
| YUV | 47.82 | 243.79 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 253 | 0.86 | 0.94 | 0 | 0.01 | 245.52 | 0.98 | 0.52 |
| Hex | 24 | E | FD | 56 | 5E | 0 | 1 | F6 | 62 | 34 |
| Octal | 44 | 16 | 375 | 126 | 136 | 0 | 1 | 366 | 142 | 64 |
| Binary | 100100 | 1110 | 11111101 | 1010110 | 1011110 | 0 | 1 | 11110110 | 1100010 | 110100 |
Color Harmonies of #240EFD
Complementary color
Monochromatic Colors of #240EFD
Black with #240EFD
Text Example
Text Example
White with #240EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240EFD; }
p { color: rgb(36,14,253); }
H1.HeaderClassName
{
color: #240EFD;
}
.AnyTagClassName
{
color: #240EFD;
}
</style>
background-color css
<style>
a { background-color: #240EFD; }
a { background-color: rgb(36,14,253); }
div.DivClassName
{
background-color: #240EFD;
}
.BgClassName
{
background-color: #240EFD;
}
</style>
border-color css
<style>
span { border-color: #240EFD; }
span { border-color: rgb(36,14,253); }
td.TdClassName
{
border-color: #240EFD;
}
.TagClassName
{
border-color: #240EFD;
}
</style>