Shades of Medium Blue #240FDD
Tints of Medium Blue #240FDD
RGB
CMYK
RGB Variations
Color information
#240FDD (or 0x240FDD) is known color: Medium Blue. HEX triplet: 24, 0F and DD. RGB value is (36,15,221). Sum of RGB (Red+Green+Blue) = 36+15+221=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #240FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FDD is #DBF022. Grayscale: #2B2B2B. Windows color (decimal): -14413859 or 14487332. OLE color: 14487332.
HSL color Cylindrical-coordinate representation of color #240FDD: hue angle of 246.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240FDD is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 15 | 221 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.13 |
| HSL | 246.12º | 0.87% | 0.46% | - |
| HSV(B) | 246.12º | 0.93% | 0.87% | - |
| XYZ | 13.95 | 5.94 | 68.82 | - |
| YUV | 44.76 | 227.46 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 221 | 0.84 | 0.93 | 0 | 0.13 | 246.12 | 0.87 | 0.46 |
| Hex | 24 | F | DD | 54 | 5D | 0 | D | F6 | 57 | 2E |
| Octal | 44 | 17 | 335 | 124 | 135 | 0 | 15 | 366 | 127 | 56 |
| Binary | 100100 | 1111 | 11011101 | 1010100 | 1011101 | 0 | 1101 | 11110110 | 1010111 | 101110 |
Color Harmonies of #240FDD
Complementary color
Monochromatic Colors of #240FDD
Black with #240FDD
Text Example
Text Example
White with #240FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FDD; }
p { color: rgb(36,15,221); }
H1.HeaderClassName
{
color: #240FDD;
}
.AnyTagClassName
{
color: #240FDD;
}
</style>
background-color css
<style>
a { background-color: #240FDD; }
a { background-color: rgb(36,15,221); }
div.DivClassName
{
background-color: #240FDD;
}
.BgClassName
{
background-color: #240FDD;
}
</style>
border-color css
<style>
span { border-color: #240FDD; }
span { border-color: rgb(36,15,221); }
td.TdClassName
{
border-color: #240FDD;
}
.TagClassName
{
border-color: #240FDD;
}
</style>