Shades of Medium Blue #240DC7
Tints of Medium Blue #240DC7
RGB
CMYK
RGB Variations
Color information
#240DC7 (or 0x240DC7) is known color: Medium Blue. HEX triplet: 24, 0D and C7. RGB value is (36,13,199). Sum of RGB (Red+Green+Blue) = 36+13+199=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 199 (78.12% from 255 or 80.24% from 248); Max value from RGB is 199 - color contains mainly: blue. Hex color #240DC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DC7 is #DBF238. Grayscale: #282828. Windows color (decimal): -14414393 or 13045028. OLE color: 13045028.
HSL color Cylindrical-coordinate representation of color #240DC7: hue angle of 247.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240DC7 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 13 | 199 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.22 |
| HSL | 247.42º | 0.88% | 0.42% | - |
| HSV(B) | 247.42º | 0.93% | 0.78% | - |
| XYZ | 11.18 | 4.79 | 54.37 | - |
| YUV | 41.08 | 217.12 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 199 | 0.82 | 0.93 | 0 | 0.22 | 247.42 | 0.88 | 0.42 |
| Hex | 24 | D | C7 | 52 | 5D | 0 | 16 | F7 | 58 | 2A |
| Octal | 44 | 15 | 307 | 122 | 135 | 0 | 26 | 367 | 130 | 52 |
| Binary | 100100 | 1101 | 11000111 | 1010010 | 1011101 | 0 | 10110 | 11110111 | 1011000 | 101010 |
Color Harmonies of #240DC7
Complementary color
Monochromatic Colors of #240DC7
Black with #240DC7
Text Example
Text Example
White with #240DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DC7; }
p { color: rgb(36,13,199); }
H1.HeaderClassName
{
color: #240DC7;
}
.AnyTagClassName
{
color: #240DC7;
}
</style>
background-color css
<style>
a { background-color: #240DC7; }
a { background-color: rgb(36,13,199); }
div.DivClassName
{
background-color: #240DC7;
}
.BgClassName
{
background-color: #240DC7;
}
</style>
border-color css
<style>
span { border-color: #240DC7; }
span { border-color: rgb(36,13,199); }
td.TdClassName
{
border-color: #240DC7;
}
.TagClassName
{
border-color: #240DC7;
}
</style>