Shades of Blue #240BFF
Tints of Blue #240BFF
RGB
CMYK
RGB Variations
Color information
#240BFF (or 0x240BFF) is known color: Blue. HEX triplet: 24, 0B and FF. RGB value is (36,11,255). Sum of RGB (Red+Green+Blue) = 36+11+255=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #240BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240BFF is #DBF400. Grayscale: #2D2D2D. Windows color (decimal): -14414849 or 16714532. OLE color: 16714532.
HSL color Cylindrical-coordinate representation of color #240BFF: hue angle of 246.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240BFF is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 11 | 255 | - |
| CMYK | 0.86 | 0.96 | 0 | 0 |
| HSL | 246.15º | 1% | 0.52% | - |
| HSV(B) | 246.15º | 0.96% | 1% | - |
| XYZ | 18.9 | 7.83 | 95.12 | - |
| YUV | 46.29 | 245.78 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 255 | 0.86 | 0.96 | 0 | 0 | 246.15 | 1 | 0.52 |
| Hex | 24 | B | FF | 56 | 60 | 0 | 0 | F6 | 64 | 34 |
| Octal | 44 | 13 | 377 | 126 | 140 | 0 | 0 | 366 | 144 | 64 |
| Binary | 100100 | 1011 | 11111111 | 1010110 | 1100000 | 0 | 0 | 11110110 | 1100100 | 110100 |
Color Harmonies of #240BFF
Complementary color
Monochromatic Colors of #240BFF
Black with #240BFF
Text Example
Text Example
White with #240BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BFF; }
p { color: rgb(36,11,255); }
H1.HeaderClassName
{
color: #240BFF;
}
.AnyTagClassName
{
color: #240BFF;
}
</style>
background-color css
<style>
a { background-color: #240BFF; }
a { background-color: rgb(36,11,255); }
div.DivClassName
{
background-color: #240BFF;
}
.BgClassName
{
background-color: #240BFF;
}
</style>
border-color css
<style>
span { border-color: #240BFF; }
span { border-color: rgb(36,11,255); }
td.TdClassName
{
border-color: #240BFF;
}
.TagClassName
{
border-color: #240BFF;
}
</style>