Shades of Blue #240CFC
Tints of Blue #240CFC
RGB
CMYK
RGB Variations
Color information
#240CFC (or 0x240CFC) is known color: Blue. HEX triplet: 24, 0C and FC. RGB value is (36,12,252). Sum of RGB (Red+Green+Blue) = 36+12+252=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 252 (98.83% from 255 or 84% from 300); Max value from RGB is 252 - color contains mainly: blue. Hex color #240CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240CFC is #DBF303. Grayscale: #2D2D2D. Windows color (decimal): -14414596 or 16518180. OLE color: 16518180.
HSL color Cylindrical-coordinate representation of color #240CFC: hue angle of 246º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240CFC is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 12 | 252 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.01 |
| HSL | 246º | 0.98% | 0.52% | - |
| HSV(B) | 246º | 0.95% | 0.99% | - |
| XYZ | 18.43 | 7.67 | 92.6 | - |
| YUV | 46.54 | 243.95 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 252 | 0.86 | 0.95 | 0 | 0.01 | 246 | 0.98 | 0.52 |
| Hex | 24 | C | FC | 56 | 5F | 0 | 1 | F6 | 62 | 34 |
| Octal | 44 | 14 | 374 | 126 | 137 | 0 | 1 | 366 | 142 | 64 |
| Binary | 100100 | 1100 | 11111100 | 1010110 | 1011111 | 0 | 1 | 11110110 | 1100010 | 110100 |
Color Harmonies of #240CFC
Complementary color
Monochromatic Colors of #240CFC
Black with #240CFC
Text Example
Text Example
White with #240CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CFC; }
p { color: rgb(36,12,252); }
H1.HeaderClassName
{
color: #240CFC;
}
.AnyTagClassName
{
color: #240CFC;
}
</style>
background-color css
<style>
a { background-color: #240CFC; }
a { background-color: rgb(36,12,252); }
div.DivClassName
{
background-color: #240CFC;
}
.BgClassName
{
background-color: #240CFC;
}
</style>
border-color css
<style>
span { border-color: #240CFC; }
span { border-color: rgb(36,12,252); }
td.TdClassName
{
border-color: #240CFC;
}
.TagClassName
{
border-color: #240CFC;
}
</style>