Shades of Medium Blue #240FDB
Tints of Medium Blue #240FDB
RGB
CMYK
RGB Variations
Color information
#240FDB (or 0x240FDB) is known color: Medium Blue. HEX triplet: 24, 0F and DB. RGB value is (36,15,219). Sum of RGB (Red+Green+Blue) = 36+15+219=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #240FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FDB is #DBF024. Grayscale: #2B2B2B. Windows color (decimal): -14413861 or 14356260. OLE color: 14356260.
HSL color Cylindrical-coordinate representation of color #240FDB: hue angle of 246.18º 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 #240FDB is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 15 | 219 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.14 |
| HSL | 246.18º | 0.87% | 0.46% | - |
| HSV(B) | 246.18º | 0.93% | 0.86% | - |
| XYZ | 13.68 | 5.83 | 67.42 | - |
| YUV | 44.54 | 226.46 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 219 | 0.84 | 0.93 | 0 | 0.14 | 246.18 | 0.87 | 0.46 |
| Hex | 24 | F | DB | 54 | 5D | 0 | E | F6 | 57 | 2E |
| Octal | 44 | 17 | 333 | 124 | 135 | 0 | 16 | 366 | 127 | 56 |
| Binary | 100100 | 1111 | 11011011 | 1010100 | 1011101 | 0 | 1110 | 11110110 | 1010111 | 101110 |
Color Harmonies of #240FDB
Complementary color
Monochromatic Colors of #240FDB
Black with #240FDB
Text Example
Text Example
White with #240FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FDB; }
p { color: rgb(36,15,219); }
H1.HeaderClassName
{
color: #240FDB;
}
.AnyTagClassName
{
color: #240FDB;
}
</style>
background-color css
<style>
a { background-color: #240FDB; }
a { background-color: rgb(36,15,219); }
div.DivClassName
{
background-color: #240FDB;
}
.BgClassName
{
background-color: #240FDB;
}
</style>
border-color css
<style>
span { border-color: #240FDB; }
span { border-color: rgb(36,15,219); }
td.TdClassName
{
border-color: #240FDB;
}
.TagClassName
{
border-color: #240FDB;
}
</style>