Shades of Medium Blue #2118DB
Tints of Medium Blue #2118DB
RGB
CMYK
RGB Variations
Color information
#2118DB (or 0x2118DB) is known color: Medium Blue. HEX triplet: 21, 18 and DB. RGB value is (33,24,219). Sum of RGB (Red+Green+Blue) = 33+24+219=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #2118DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2118DB is #DEE724. Grayscale: #303030. Windows color (decimal): -14608165 or 14358561. OLE color: 14358561.
HSL color Cylindrical-coordinate representation of color #2118DB: hue angle of 242.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2118DB is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 24 | 219 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.14 |
| HSL | 242.77º | 0.8% | 0.48% | - |
| HSV(B) | 242.77º | 0.89% | 0.86% | - |
| XYZ | 13.74 | 6.09 | 67.47 | - |
| YUV | 48.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 219 | 0.85 | 0.89 | 0 | 0.14 | 242.77 | 0.8 | 0.48 |
| Hex | 21 | 18 | DB | 55 | 59 | 0 | E | F3 | 50 | 30 |
| Octal | 41 | 30 | 333 | 125 | 131 | 0 | 16 | 363 | 120 | 60 |
| Binary | 100001 | 11000 | 11011011 | 1010101 | 1011001 | 0 | 1110 | 11110011 | 1010000 | 110000 |
Color Harmonies of #2118DB
Complementary color
Monochromatic Colors of #2118DB
Black with #2118DB
Text Example
Text Example
White with #2118DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118DB; }
p { color: rgb(33,24,219); }
H1.HeaderClassName
{
color: #2118DB;
}
.AnyTagClassName
{
color: #2118DB;
}
</style>
background-color css
<style>
a { background-color: #2118DB; }
a { background-color: rgb(33,24,219); }
div.DivClassName
{
background-color: #2118DB;
}
.BgClassName
{
background-color: #2118DB;
}
</style>
border-color css
<style>
span { border-color: #2118DB; }
span { border-color: rgb(33,24,219); }
td.TdClassName
{
border-color: #2118DB;
}
.TagClassName
{
border-color: #2118DB;
}
</style>