Shades of Blue #240DFE
Tints of Blue #240DFE
RGB
CMYK
RGB Variations
Color information
#240DFE (or 0x240DFE) is known color: Blue. HEX triplet: 24, 0D and FE. RGB value is (36,13,254). Sum of RGB (Red+Green+Blue) = 36+13+254=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 254 (99.61% from 255 or 83.83% from 303); Max value from RGB is 254 - color contains mainly: blue. Hex color #240DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240DFE is #DBF201. Grayscale: #2E2E2E. Windows color (decimal): -14414338 or 16649508. OLE color: 16649508.
HSL color Cylindrical-coordinate representation of color #240DFE: hue angle of 245.73º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240DFE is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 13 | 254 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.00 |
| HSL | 245.73º | 0.99% | 0.52% | - |
| HSV(B) | 245.73º | 0.95% | 1% | - |
| XYZ | 18.76 | 7.82 | 94.29 | - |
| YUV | 47.35 | 244.62 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 254 | 0.86 | 0.95 | 0 | 0.00 | 245.73 | 0.99 | 0.52 |
| Hex | 24 | D | FE | 56 | 5F | 0 | 0 | F6 | 63 | 34 |
| Octal | 44 | 15 | 376 | 126 | 137 | 0 | 0 | 366 | 143 | 64 |
| Binary | 100100 | 1101 | 11111110 | 1010110 | 1011111 | 0 | 0 | 11110110 | 1100011 | 110100 |
Color Harmonies of #240DFE
Complementary color
Monochromatic Colors of #240DFE
Black with #240DFE
Text Example
Text Example
White with #240DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DFE; }
p { color: rgb(36,13,254); }
H1.HeaderClassName
{
color: #240DFE;
}
.AnyTagClassName
{
color: #240DFE;
}
</style>
background-color css
<style>
a { background-color: #240DFE; }
a { background-color: rgb(36,13,254); }
div.DivClassName
{
background-color: #240DFE;
}
.BgClassName
{
background-color: #240DFE;
}
</style>
border-color css
<style>
span { border-color: #240DFE; }
span { border-color: rgb(36,13,254); }
td.TdClassName
{
border-color: #240DFE;
}
.TagClassName
{
border-color: #240DFE;
}
</style>