Shades of Medium Blue #240DDF
Tints of Medium Blue #240DDF
RGB
CMYK
RGB Variations
Color information
#240DDF (or 0x240DDF) is known color: Medium Blue. HEX triplet: 24, 0D and DF. RGB value is (36,13,223). Sum of RGB (Red+Green+Blue) = 36+13+223=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #240DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DDF is #DBF220. Grayscale: #2B2B2B. Windows color (decimal): -14414369 or 14617892. OLE color: 14617892.
HSL color Cylindrical-coordinate representation of color #240DDF: hue angle of 246.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240DDF is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 13 | 223 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.13 |
| HSL | 246.57º | 0.89% | 0.46% | - |
| HSV(B) | 246.57º | 0.94% | 0.87% | - |
| XYZ | 14.19 | 5.99 | 70.22 | - |
| YUV | 43.82 | 229.12 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 223 | 0.84 | 0.94 | 0 | 0.13 | 246.57 | 0.89 | 0.46 |
| Hex | 24 | D | DF | 54 | 5E | 0 | D | F7 | 59 | 2E |
| Octal | 44 | 15 | 337 | 124 | 136 | 0 | 15 | 367 | 131 | 56 |
| Binary | 100100 | 1101 | 11011111 | 1010100 | 1011110 | 0 | 1101 | 11110111 | 1011001 | 101110 |
Color Harmonies of #240DDF
Complementary color
Monochromatic Colors of #240DDF
Black with #240DDF
Text Example
Text Example
White with #240DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DDF; }
p { color: rgb(36,13,223); }
H1.HeaderClassName
{
color: #240DDF;
}
.AnyTagClassName
{
color: #240DDF;
}
</style>
background-color css
<style>
a { background-color: #240DDF; }
a { background-color: rgb(36,13,223); }
div.DivClassName
{
background-color: #240DDF;
}
.BgClassName
{
background-color: #240DDF;
}
</style>
border-color css
<style>
span { border-color: #240DDF; }
span { border-color: rgb(36,13,223); }
td.TdClassName
{
border-color: #240DDF;
}
.TagClassName
{
border-color: #240DDF;
}
</style>