Shades of Blue #240FEF
Tints of Blue #240FEF
RGB
CMYK
RGB Variations
Color information
#240FEF (or 0x240FEF) is known color: Blue. HEX triplet: 24, 0F and EF. RGB value is (36,15,239). Sum of RGB (Red+Green+Blue) = 36+15+239=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #240FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240FEF is #DBF010. Grayscale: #2D2D2D. Windows color (decimal): -14413841 or 15666980. OLE color: 15666980.
HSL color Cylindrical-coordinate representation of color #240FEF: hue angle of 245.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240FEF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 15 | 239 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.06 |
| HSL | 245.63º | 0.88% | 0.5% | - |
| HSV(B) | 245.63º | 0.94% | 0.94% | - |
| XYZ | 16.48 | 6.95 | 82.13 | - |
| YUV | 46.82 | 236.46 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 239 | 0.85 | 0.94 | 0 | 0.06 | 245.63 | 0.88 | 0.5 |
| Hex | 24 | F | EF | 55 | 5E | 0 | 6 | F6 | 58 | 32 |
| Octal | 44 | 17 | 357 | 125 | 136 | 0 | 6 | 366 | 130 | 62 |
| Binary | 100100 | 1111 | 11101111 | 1010101 | 1011110 | 0 | 110 | 11110110 | 1011000 | 110010 |
Color Harmonies of #240FEF
Complementary color
Monochromatic Colors of #240FEF
Black with #240FEF
Text Example
Text Example
White with #240FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FEF; }
p { color: rgb(36,15,239); }
H1.HeaderClassName
{
color: #240FEF;
}
.AnyTagClassName
{
color: #240FEF;
}
</style>
background-color css
<style>
a { background-color: #240FEF; }
a { background-color: rgb(36,15,239); }
div.DivClassName
{
background-color: #240FEF;
}
.BgClassName
{
background-color: #240FEF;
}
</style>
border-color css
<style>
span { border-color: #240FEF; }
span { border-color: rgb(36,15,239); }
td.TdClassName
{
border-color: #240FEF;
}
.TagClassName
{
border-color: #240FEF;
}
</style>