Shades of Medium Blue #240BDF
Tints of Medium Blue #240BDF
RGB
CMYK
RGB Variations
Color information
#240BDF (or 0x240BDF) is known color: Medium Blue. HEX triplet: 24, 0B and DF. RGB value is (36,11,223). Sum of RGB (Red+Green+Blue) = 36+11+223=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #240BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BDF is #DBF420. Grayscale: #292929. Windows color (decimal): -14414881 or 14617380. OLE color: 14617380.
HSL color Cylindrical-coordinate representation of color #240BDF: hue angle of 247.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BDF is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 11 | 223 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.13 |
| HSL | 247.08º | 0.91% | 0.46% | - |
| HSV(B) | 247.08º | 0.95% | 0.87% | - |
| XYZ | 14.17 | 5.94 | 70.21 | - |
| YUV | 42.64 | 229.78 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 223 | 0.84 | 0.95 | 0 | 0.13 | 247.08 | 0.91 | 0.46 |
| Hex | 24 | B | DF | 54 | 5F | 0 | D | F7 | 5B | 2E |
| Octal | 44 | 13 | 337 | 124 | 137 | 0 | 15 | 367 | 133 | 56 |
| Binary | 100100 | 1011 | 11011111 | 1010100 | 1011111 | 0 | 1101 | 11110111 | 1011011 | 101110 |
Color Harmonies of #240BDF
Complementary color
Monochromatic Colors of #240BDF
Black with #240BDF
Text Example
Text Example
White with #240BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BDF; }
p { color: rgb(36,11,223); }
H1.HeaderClassName
{
color: #240BDF;
}
.AnyTagClassName
{
color: #240BDF;
}
</style>
background-color css
<style>
a { background-color: #240BDF; }
a { background-color: rgb(36,11,223); }
div.DivClassName
{
background-color: #240BDF;
}
.BgClassName
{
background-color: #240BDF;
}
</style>
border-color css
<style>
span { border-color: #240BDF; }
span { border-color: rgb(36,11,223); }
td.TdClassName
{
border-color: #240BDF;
}
.TagClassName
{
border-color: #240BDF;
}
</style>