Shades of Blue #240BFA
Tints of Blue #240BFA
RGB
CMYK
RGB Variations
Color information
#240BFA (or 0x240BFA) is known color: Blue. HEX triplet: 24, 0B and FA. RGB value is (36,11,250). Sum of RGB (Red+Green+Blue) = 36+11+250=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #240BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240BFA is #DBF405. Grayscale: #2C2C2C. Windows color (decimal): -14414854 or 16386852. OLE color: 16386852.
HSL color Cylindrical-coordinate representation of color #240BFA: hue angle of 246.28º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240BFA is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 11 | 250 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.02 |
| HSL | 246.28º | 0.96% | 0.51% | - |
| HSV(B) | 246.28º | 0.96% | 0.98% | - |
| XYZ | 18.1 | 7.52 | 90.94 | - |
| YUV | 45.72 | 243.28 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 250 | 0.86 | 0.96 | 0 | 0.02 | 246.28 | 0.96 | 0.51 |
| Hex | 24 | B | FA | 56 | 60 | 0 | 2 | F6 | 60 | 33 |
| Octal | 44 | 13 | 372 | 126 | 140 | 0 | 2 | 366 | 140 | 63 |
| Binary | 100100 | 1011 | 11111010 | 1010110 | 1100000 | 0 | 10 | 11110110 | 1100000 | 110011 |
Color Harmonies of #240BFA
Complementary color
Monochromatic Colors of #240BFA
Black with #240BFA
Text Example
Text Example
White with #240BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BFA; }
p { color: rgb(36,11,250); }
H1.HeaderClassName
{
color: #240BFA;
}
.AnyTagClassName
{
color: #240BFA;
}
</style>
background-color css
<style>
a { background-color: #240BFA; }
a { background-color: rgb(36,11,250); }
div.DivClassName
{
background-color: #240BFA;
}
.BgClassName
{
background-color: #240BFA;
}
</style>
border-color css
<style>
span { border-color: #240BFA; }
span { border-color: rgb(36,11,250); }
td.TdClassName
{
border-color: #240BFA;
}
.TagClassName
{
border-color: #240BFA;
}
</style>