Shades of Medium Blue #2409DB
Tints of Medium Blue #2409DB
RGB
CMYK
RGB Variations
Color information
#2409DB (or 0x2409DB) is known color: Medium Blue. HEX triplet: 24, 09 and DB. RGB value is (36,9,219). Sum of RGB (Red+Green+Blue) = 36+9+219=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #2409DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2409DB is #DBF624. Grayscale: #282828. Windows color (decimal): -14415397 or 14354724. OLE color: 14354724.
HSL color Cylindrical-coordinate representation of color #2409DB: hue angle of 247.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2409DB is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 9 | 219 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.14 |
| HSL | 247.71º | 0.92% | 0.45% | - |
| HSV(B) | 247.71º | 0.96% | 0.86% | - |
| XYZ | 13.61 | 5.68 | 67.4 | - |
| YUV | 41.01 | 228.45 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 219 | 0.84 | 0.96 | 0 | 0.14 | 247.71 | 0.92 | 0.45 |
| Hex | 24 | 9 | DB | 54 | 60 | 0 | E | F8 | 5C | 2D |
| Octal | 44 | 11 | 333 | 124 | 140 | 0 | 16 | 370 | 134 | 55 |
| Binary | 100100 | 1001 | 11011011 | 1010100 | 1100000 | 0 | 1110 | 11111000 | 1011100 | 101101 |
Color Harmonies of #2409DB
Complementary color
Monochromatic Colors of #2409DB
Black with #2409DB
Text Example
Text Example
White with #2409DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2409DB; }
p { color: rgb(36,9,219); }
H1.HeaderClassName
{
color: #2409DB;
}
.AnyTagClassName
{
color: #2409DB;
}
</style>
background-color css
<style>
a { background-color: #2409DB; }
a { background-color: rgb(36,9,219); }
div.DivClassName
{
background-color: #2409DB;
}
.BgClassName
{
background-color: #2409DB;
}
</style>
border-color css
<style>
span { border-color: #2409DB; }
span { border-color: rgb(36,9,219); }
td.TdClassName
{
border-color: #2409DB;
}
.TagClassName
{
border-color: #2409DB;
}
</style>