Shades of Blue #240CFD
Tints of Blue #240CFD
RGB
CMYK
RGB Variations
Color information
#240CFD (or 0x240CFD) is known color: Blue. HEX triplet: 24, 0C and FD. RGB value is (36,12,253). Sum of RGB (Red+Green+Blue) = 36+12+253=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 253 (99.22% from 255 or 84.05% from 301); Max value from RGB is 253 - color contains mainly: blue. Hex color #240CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240CFD is #DBF302. Grayscale: #2D2D2D. Windows color (decimal): -14414595 or 16583716. OLE color: 16583716.
HSL color Cylindrical-coordinate representation of color #240CFD: hue angle of 245.98º 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 #240CFD is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 12 | 253 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.01 |
| HSL | 245.98º | 0.98% | 0.52% | - |
| HSV(B) | 245.98º | 0.95% | 0.99% | - |
| XYZ | 18.59 | 7.73 | 93.44 | - |
| YUV | 46.65 | 244.45 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 253 | 0.86 | 0.95 | 0 | 0.01 | 245.98 | 0.98 | 0.52 |
| Hex | 24 | C | FD | 56 | 5F | 0 | 1 | F6 | 62 | 34 |
| Octal | 44 | 14 | 375 | 126 | 137 | 0 | 1 | 366 | 142 | 64 |
| Binary | 100100 | 1100 | 11111101 | 1010110 | 1011111 | 0 | 1 | 11110110 | 1100010 | 110100 |
Color Harmonies of #240CFD
Complementary color
Monochromatic Colors of #240CFD
Black with #240CFD
Text Example
Text Example
White with #240CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CFD; }
p { color: rgb(36,12,253); }
H1.HeaderClassName
{
color: #240CFD;
}
.AnyTagClassName
{
color: #240CFD;
}
</style>
background-color css
<style>
a { background-color: #240CFD; }
a { background-color: rgb(36,12,253); }
div.DivClassName
{
background-color: #240CFD;
}
.BgClassName
{
background-color: #240CFD;
}
</style>
border-color css
<style>
span { border-color: #240CFD; }
span { border-color: rgb(36,12,253); }
td.TdClassName
{
border-color: #240CFD;
}
.TagClassName
{
border-color: #240CFD;
}
</style>