Shades of Blue #240DEC
Tints of Blue #240DEC
RGB
CMYK
RGB Variations
Color information
#240DEC (or 0x240DEC) is known color: Blue. HEX triplet: 24, 0D and EC. RGB value is (36,13,236). Sum of RGB (Red+Green+Blue) = 36+13+236=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 236 (92.58% from 255 or 82.81% from 285); Max value from RGB is 236 - color contains mainly: blue. Hex color #240DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240DEC is #DBF213. Grayscale: #2C2C2C. Windows color (decimal): -14414356 or 15469860. OLE color: 15469860.
HSL color Cylindrical-coordinate representation of color #240DEC: hue angle of 246.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240DEC is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 13 | 236 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.07 |
| HSL | 246.19º | 0.9% | 0.49% | - |
| HSV(B) | 246.19º | 0.94% | 0.93% | - |
| XYZ | 16.01 | 6.72 | 79.81 | - |
| YUV | 45.3 | 235.62 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 236 | 0.85 | 0.94 | 0 | 0.07 | 246.19 | 0.9 | 0.49 |
| Hex | 24 | D | EC | 55 | 5E | 0 | 7 | F6 | 5A | 31 |
| Octal | 44 | 15 | 354 | 125 | 136 | 0 | 7 | 366 | 132 | 61 |
| Binary | 100100 | 1101 | 11101100 | 1010101 | 1011110 | 0 | 111 | 11110110 | 1011010 | 110001 |
Color Harmonies of #240DEC
Complementary color
Monochromatic Colors of #240DEC
Black with #240DEC
Text Example
Text Example
White with #240DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DEC; }
p { color: rgb(36,13,236); }
H1.HeaderClassName
{
color: #240DEC;
}
.AnyTagClassName
{
color: #240DEC;
}
</style>
background-color css
<style>
a { background-color: #240DEC; }
a { background-color: rgb(36,13,236); }
div.DivClassName
{
background-color: #240DEC;
}
.BgClassName
{
background-color: #240DEC;
}
</style>
border-color css
<style>
span { border-color: #240DEC; }
span { border-color: rgb(36,13,236); }
td.TdClassName
{
border-color: #240DEC;
}
.TagClassName
{
border-color: #240DEC;
}
</style>