Shades of Medium Blue #2112DB
Tints of Medium Blue #2112DB
RGB
CMYK
RGB Variations
Color information
#2112DB (or 0x2112DB) is known color: Medium Blue. HEX triplet: 21, 12 and DB. RGB value is (33,18,219). Sum of RGB (Red+Green+Blue) = 33+18+219=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 18 (7.42% from 255 or 6.67% 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 #2112DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2112DB is #DEED24. Grayscale: #2C2C2C. Windows color (decimal): -14609701 or 14357025. OLE color: 14357025.
HSL color Cylindrical-coordinate representation of color #2112DB: hue angle of 244.48º 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 #2112DB is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 18 | 219 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.14 |
| HSL | 244.48º | 0.85% | 0.46% | - |
| HSV(B) | 244.48º | 0.92% | 0.86% | - |
| XYZ | 13.63 | 5.87 | 67.43 | - |
| YUV | 45.4 | 225.97 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 219 | 0.85 | 0.92 | 0 | 0.14 | 244.48 | 0.85 | 0.46 |
| Hex | 21 | 12 | DB | 55 | 5C | 0 | E | F4 | 55 | 2E |
| Octal | 41 | 22 | 333 | 125 | 134 | 0 | 16 | 364 | 125 | 56 |
| Binary | 100001 | 10010 | 11011011 | 1010101 | 1011100 | 0 | 1110 | 11110100 | 1010101 | 101110 |
Color Harmonies of #2112DB
Complementary color
Monochromatic Colors of #2112DB
Black with #2112DB
Text Example
Text Example
White with #2112DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2112DB; }
p { color: rgb(33,18,219); }
H1.HeaderClassName
{
color: #2112DB;
}
.AnyTagClassName
{
color: #2112DB;
}
</style>
background-color css
<style>
a { background-color: #2112DB; }
a { background-color: rgb(33,18,219); }
div.DivClassName
{
background-color: #2112DB;
}
.BgClassName
{
background-color: #2112DB;
}
</style>
border-color css
<style>
span { border-color: #2112DB; }
span { border-color: rgb(33,18,219); }
td.TdClassName
{
border-color: #2112DB;
}
.TagClassName
{
border-color: #2112DB;
}
</style>