Shades of Medium Blue #2412DB
Tints of Medium Blue #2412DB
RGB
CMYK
RGB Variations
Color information
#2412DB (or 0x2412DB) is known color: Medium Blue. HEX triplet: 24, 12 and DB. RGB value is (36,18,219). Sum of RGB (Red+Green+Blue) = 36+18+219=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #2412DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2412DB is #DBED24. Grayscale: #2D2D2D. Windows color (decimal): -14413093 or 14357028. OLE color: 14357028.
HSL color Cylindrical-coordinate representation of color #2412DB: hue angle of 245.37º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2412DB is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 18 | 219 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.14 |
| HSL | 245.37º | 0.85% | 0.46% | - |
| HSV(B) | 245.37º | 0.92% | 0.86% | - |
| XYZ | 13.73 | 5.92 | 67.44 | - |
| YUV | 46.3 | 225.46 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 219 | 0.84 | 0.92 | 0 | 0.14 | 245.37 | 0.85 | 0.46 |
| Hex | 24 | 12 | DB | 54 | 5C | 0 | E | F5 | 55 | 2E |
| Octal | 44 | 22 | 333 | 124 | 134 | 0 | 16 | 365 | 125 | 56 |
| Binary | 100100 | 10010 | 11011011 | 1010100 | 1011100 | 0 | 1110 | 11110101 | 1010101 | 101110 |
Color Harmonies of #2412DB
Complementary color
Monochromatic Colors of #2412DB
Black with #2412DB
Text Example
Text Example
White with #2412DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2412DB; }
p { color: rgb(36,18,219); }
H1.HeaderClassName
{
color: #2412DB;
}
.AnyTagClassName
{
color: #2412DB;
}
</style>
background-color css
<style>
a { background-color: #2412DB; }
a { background-color: rgb(36,18,219); }
div.DivClassName
{
background-color: #2412DB;
}
.BgClassName
{
background-color: #2412DB;
}
</style>
border-color css
<style>
span { border-color: #2412DB; }
span { border-color: rgb(36,18,219); }
td.TdClassName
{
border-color: #2412DB;
}
.TagClassName
{
border-color: #2412DB;
}
</style>