Shades of Medium Blue #240FDC
Tints of Medium Blue #240FDC
RGB
CMYK
RGB Variations
Color information
#240FDC (or 0x240FDC) is known color: Medium Blue. HEX triplet: 24, 0F and DC. RGB value is (36,15,220). Sum of RGB (Red+Green+Blue) = 36+15+220=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #240FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FDC is #DBF023. Grayscale: #2B2B2B. Windows color (decimal): -14413860 or 14421796. OLE color: 14421796.
HSL color Cylindrical-coordinate representation of color #240FDC: hue angle of 246.15º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240FDC is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 15 | 220 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.14 |
| HSL | 246.15º | 0.87% | 0.46% | - |
| HSV(B) | 246.15º | 0.93% | 0.86% | - |
| XYZ | 13.82 | 5.88 | 68.12 | - |
| YUV | 44.65 | 226.96 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 220 | 0.84 | 0.93 | 0 | 0.14 | 246.15 | 0.87 | 0.46 |
| Hex | 24 | F | DC | 54 | 5D | 0 | E | F6 | 57 | 2E |
| Octal | 44 | 17 | 334 | 124 | 135 | 0 | 16 | 366 | 127 | 56 |
| Binary | 100100 | 1111 | 11011100 | 1010100 | 1011101 | 0 | 1110 | 11110110 | 1010111 | 101110 |
Color Harmonies of #240FDC
Complementary color
Monochromatic Colors of #240FDC
Black with #240FDC
Text Example
Text Example
White with #240FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FDC; }
p { color: rgb(36,15,220); }
H1.HeaderClassName
{
color: #240FDC;
}
.AnyTagClassName
{
color: #240FDC;
}
</style>
background-color css
<style>
a { background-color: #240FDC; }
a { background-color: rgb(36,15,220); }
div.DivClassName
{
background-color: #240FDC;
}
.BgClassName
{
background-color: #240FDC;
}
</style>
border-color css
<style>
span { border-color: #240FDC; }
span { border-color: rgb(36,15,220); }
td.TdClassName
{
border-color: #240FDC;
}
.TagClassName
{
border-color: #240FDC;
}
</style>