Shades of Blue #240BEF
Tints of Blue #240BEF
RGB
CMYK
RGB Variations
Color information
#240BEF (or 0x240BEF) is known color: Blue. HEX triplet: 24, 0B and EF. RGB value is (36,11,239). Sum of RGB (Red+Green+Blue) = 36+11+239=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #240BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240BEF is #DBF410. Grayscale: #2B2B2B. Windows color (decimal): -14414865 or 15665956. OLE color: 15665956.
HSL color Cylindrical-coordinate representation of color #240BEF: hue angle of 246.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BEF is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 11 | 239 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.06 |
| HSL | 246.58º | 0.91% | 0.49% | - |
| HSV(B) | 246.58º | 0.95% | 0.94% | - |
| XYZ | 16.43 | 6.85 | 82.12 | - |
| YUV | 44.47 | 237.78 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 239 | 0.85 | 0.95 | 0 | 0.06 | 246.58 | 0.91 | 0.49 |
| Hex | 24 | B | EF | 55 | 5F | 0 | 6 | F7 | 5B | 31 |
| Octal | 44 | 13 | 357 | 125 | 137 | 0 | 6 | 367 | 133 | 61 |
| Binary | 100100 | 1011 | 11101111 | 1010101 | 1011111 | 0 | 110 | 11110111 | 1011011 | 110001 |
Color Harmonies of #240BEF
Complementary color
Monochromatic Colors of #240BEF
Black with #240BEF
Text Example
Text Example
White with #240BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BEF; }
p { color: rgb(36,11,239); }
H1.HeaderClassName
{
color: #240BEF;
}
.AnyTagClassName
{
color: #240BEF;
}
</style>
background-color css
<style>
a { background-color: #240BEF; }
a { background-color: rgb(36,11,239); }
div.DivClassName
{
background-color: #240BEF;
}
.BgClassName
{
background-color: #240BEF;
}
</style>
border-color css
<style>
span { border-color: #240BEF; }
span { border-color: rgb(36,11,239); }
td.TdClassName
{
border-color: #240BEF;
}
.TagClassName
{
border-color: #240BEF;
}
</style>