Shades of Blue #240CFB
Tints of Blue #240CFB
RGB
CMYK
RGB Variations
Color information
#240CFB (or 0x240CFB) is known color: Blue. HEX triplet: 24, 0C and FB. RGB value is (36,12,251). Sum of RGB (Red+Green+Blue) = 36+12+251=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #240CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240CFB is #DBF304. Grayscale: #2D2D2D. Windows color (decimal): -14414597 or 16452644. OLE color: 16452644.
HSL color Cylindrical-coordinate representation of color #240CFB: hue angle of 246.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240CFB is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 12 | 251 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.02 |
| HSL | 246.03º | 0.97% | 0.52% | - |
| HSV(B) | 246.03º | 0.95% | 0.98% | - |
| XYZ | 18.27 | 7.6 | 91.77 | - |
| YUV | 46.42 | 243.45 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 251 | 0.86 | 0.95 | 0 | 0.02 | 246.03 | 0.97 | 0.52 |
| Hex | 24 | C | FB | 56 | 5F | 0 | 2 | F6 | 61 | 34 |
| Octal | 44 | 14 | 373 | 126 | 137 | 0 | 2 | 366 | 141 | 64 |
| Binary | 100100 | 1100 | 11111011 | 1010110 | 1011111 | 0 | 10 | 11110110 | 1100001 | 110100 |
Color Harmonies of #240CFB
Complementary color
Monochromatic Colors of #240CFB
Black with #240CFB
Text Example
Text Example
White with #240CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CFB; }
p { color: rgb(36,12,251); }
H1.HeaderClassName
{
color: #240CFB;
}
.AnyTagClassName
{
color: #240CFB;
}
</style>
background-color css
<style>
a { background-color: #240CFB; }
a { background-color: rgb(36,12,251); }
div.DivClassName
{
background-color: #240CFB;
}
.BgClassName
{
background-color: #240CFB;
}
</style>
border-color css
<style>
span { border-color: #240CFB; }
span { border-color: rgb(36,12,251); }
td.TdClassName
{
border-color: #240CFB;
}
.TagClassName
{
border-color: #240CFB;
}
</style>