Shades of Medium Blue #240DDC
Tints of Medium Blue #240DDC
RGB
CMYK
RGB Variations
Color information
#240DDC (or 0x240DDC) is known color: Medium Blue. HEX triplet: 24, 0D and DC. RGB value is (36,13,220). Sum of RGB (Red+Green+Blue) = 36+13+220=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #240DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DDC is #DBF223. Grayscale: #2A2A2A. Windows color (decimal): -14414372 or 14421284. OLE color: 14421284.
HSL color Cylindrical-coordinate representation of color #240DDC: hue angle of 246.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240DDC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 13 | 220 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.14 |
| HSL | 246.67º | 0.89% | 0.46% | - |
| HSV(B) | 246.67º | 0.94% | 0.86% | - |
| XYZ | 13.79 | 5.83 | 68.11 | - |
| YUV | 43.48 | 227.62 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 220 | 0.84 | 0.94 | 0 | 0.14 | 246.67 | 0.89 | 0.46 |
| Hex | 24 | D | DC | 54 | 5E | 0 | E | F7 | 59 | 2E |
| Octal | 44 | 15 | 334 | 124 | 136 | 0 | 16 | 367 | 131 | 56 |
| Binary | 100100 | 1101 | 11011100 | 1010100 | 1011110 | 0 | 1110 | 11110111 | 1011001 | 101110 |
Color Harmonies of #240DDC
Complementary color
Monochromatic Colors of #240DDC
Black with #240DDC
Text Example
Text Example
White with #240DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DDC; }
p { color: rgb(36,13,220); }
H1.HeaderClassName
{
color: #240DDC;
}
.AnyTagClassName
{
color: #240DDC;
}
</style>
background-color css
<style>
a { background-color: #240DDC; }
a { background-color: rgb(36,13,220); }
div.DivClassName
{
background-color: #240DDC;
}
.BgClassName
{
background-color: #240DDC;
}
</style>
border-color css
<style>
span { border-color: #240DDC; }
span { border-color: rgb(36,13,220); }
td.TdClassName
{
border-color: #240DDC;
}
.TagClassName
{
border-color: #240DDC;
}
</style>