Shades of Medium Blue #240FD0
Tints of Medium Blue #240FD0
RGB
CMYK
RGB Variations
Color information
#240FD0 (or 0x240FD0) is known color: Medium Blue. HEX triplet: 24, 0F and D0. RGB value is (36,15,208). Sum of RGB (Red+Green+Blue) = 36+15+208=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 208 (81.64% from 255 or 80.31% from 259); Max value from RGB is 208 - color contains mainly: blue. Hex color #240FD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FD0 is #DBF02F. Grayscale: #2A2A2A. Windows color (decimal): -14413872 or 13635364. OLE color: 13635364.
HSL color Cylindrical-coordinate representation of color #240FD0: hue angle of 246.53º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240FD0 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 15 | 208 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.18 |
| HSL | 246.53º | 0.87% | 0.44% | - |
| HSV(B) | 246.53º | 0.93% | 0.82% | - |
| XYZ | 12.28 | 5.27 | 60.04 | - |
| YUV | 43.28 | 220.96 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 208 | 0.83 | 0.93 | 0 | 0.18 | 246.53 | 0.87 | 0.44 |
| Hex | 24 | F | D0 | 53 | 5D | 0 | 12 | F7 | 57 | 2C |
| Octal | 44 | 17 | 320 | 123 | 135 | 0 | 22 | 367 | 127 | 54 |
| Binary | 100100 | 1111 | 11010000 | 1010011 | 1011101 | 0 | 10010 | 11110111 | 1010111 | 101100 |
Color Harmonies of #240FD0
Complementary color
Monochromatic Colors of #240FD0
Black with #240FD0
Text Example
Text Example
White with #240FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FD0; }
p { color: rgb(36,15,208); }
H1.HeaderClassName
{
color: #240FD0;
}
.AnyTagClassName
{
color: #240FD0;
}
</style>
background-color css
<style>
a { background-color: #240FD0; }
a { background-color: rgb(36,15,208); }
div.DivClassName
{
background-color: #240FD0;
}
.BgClassName
{
background-color: #240FD0;
}
</style>
border-color css
<style>
span { border-color: #240FD0; }
span { border-color: rgb(36,15,208); }
td.TdClassName
{
border-color: #240FD0;
}
.TagClassName
{
border-color: #240FD0;
}
</style>