Shades of Medium Blue #240DCE
Tints of Medium Blue #240DCE
RGB
CMYK
RGB Variations
Color information
#240DCE (or 0x240DCE) is known color: Medium Blue. HEX triplet: 24, 0D and CE. RGB value is (36,13,206). Sum of RGB (Red+Green+Blue) = 36+13+206=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #240DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DCE is #DBF231. Grayscale: #292929. Windows color (decimal): -14414386 or 13503780. OLE color: 13503780.
HSL color Cylindrical-coordinate representation of color #240DCE: hue angle of 247.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240DCE is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 13 | 206 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.19 |
| HSL | 247.15º | 0.88% | 0.43% | - |
| HSV(B) | 247.15º | 0.94% | 0.81% | - |
| XYZ | 12.01 | 5.12 | 58.75 | - |
| YUV | 41.88 | 220.62 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 206 | 0.83 | 0.94 | 0 | 0.19 | 247.15 | 0.88 | 0.43 |
| Hex | 24 | D | CE | 53 | 5E | 0 | 13 | F7 | 58 | 2B |
| Octal | 44 | 15 | 316 | 123 | 136 | 0 | 23 | 367 | 130 | 53 |
| Binary | 100100 | 1101 | 11001110 | 1010011 | 1011110 | 0 | 10011 | 11110111 | 1011000 | 101011 |
Color Harmonies of #240DCE
Complementary color
Monochromatic Colors of #240DCE
Black with #240DCE
Text Example
Text Example
White with #240DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DCE; }
p { color: rgb(36,13,206); }
H1.HeaderClassName
{
color: #240DCE;
}
.AnyTagClassName
{
color: #240DCE;
}
</style>
background-color css
<style>
a { background-color: #240DCE; }
a { background-color: rgb(36,13,206); }
div.DivClassName
{
background-color: #240DCE;
}
.BgClassName
{
background-color: #240DCE;
}
</style>
border-color css
<style>
span { border-color: #240DCE; }
span { border-color: rgb(36,13,206); }
td.TdClassName
{
border-color: #240DCE;
}
.TagClassName
{
border-color: #240DCE;
}
</style>