Shades of Medium Blue #2118DC
Tints of Medium Blue #2118DC
RGB
CMYK
RGB Variations
Color information
#2118DC (or 0x2118DC) is known color: Medium Blue. HEX triplet: 21, 18 and DC. RGB value is (33,24,220). Sum of RGB (Red+Green+Blue) = 33+24+220=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #2118DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2118DC is #DEE723. Grayscale: #303030. Windows color (decimal): -14608164 or 14424097. OLE color: 14424097.
HSL color Cylindrical-coordinate representation of color #2118DC: hue angle of 242.76º 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 #2118DC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 24 | 220 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.14 |
| HSL | 242.76º | 0.8% | 0.48% | - |
| HSV(B) | 242.76º | 0.89% | 0.86% | - |
| XYZ | 13.87 | 6.14 | 68.16 | - |
| YUV | 49.04 | 224.48 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 220 | 0.85 | 0.89 | 0 | 0.14 | 242.76 | 0.8 | 0.48 |
| Hex | 21 | 18 | DC | 55 | 59 | 0 | E | F3 | 50 | 30 |
| Octal | 41 | 30 | 334 | 125 | 131 | 0 | 16 | 363 | 120 | 60 |
| Binary | 100001 | 11000 | 11011100 | 1010101 | 1011001 | 0 | 1110 | 11110011 | 1010000 | 110000 |
Color Harmonies of #2118DC
Complementary color
Monochromatic Colors of #2118DC
Black with #2118DC
Text Example
Text Example
White with #2118DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118DC; }
p { color: rgb(33,24,220); }
H1.HeaderClassName
{
color: #2118DC;
}
.AnyTagClassName
{
color: #2118DC;
}
</style>
background-color css
<style>
a { background-color: #2118DC; }
a { background-color: rgb(33,24,220); }
div.DivClassName
{
background-color: #2118DC;
}
.BgClassName
{
background-color: #2118DC;
}
</style>
border-color css
<style>
span { border-color: #2118DC; }
span { border-color: rgb(33,24,220); }
td.TdClassName
{
border-color: #2118DC;
}
.TagClassName
{
border-color: #2118DC;
}
</style>