Shades of Medium Blue #2114BC
Tints of Medium Blue #2114BC
RGB
CMYK
RGB Variations
Color information
#2114BC (or 0x2114BC) is known color: Medium Blue. HEX triplet: 21, 14 and BC. RGB value is (33,20,188). Sum of RGB (Red+Green+Blue) = 33+20+188=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #2114BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2114BC is #DEEB43. Grayscale: #2A2A2A. Windows color (decimal): -14609220 or 12325921. OLE color: 12325921.
HSL color Cylindrical-coordinate representation of color #2114BC: hue angle of 244.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2114BC is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 20 | 188 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.26 |
| HSL | 244.64º | 0.81% | 0.41% | - |
| HSV(B) | 244.64º | 0.89% | 0.74% | - |
| XYZ | 9.95 | 4.45 | 47.91 | - |
| YUV | 43.04 | 209.81 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 188 | 0.82 | 0.89 | 0 | 0.26 | 244.64 | 0.81 | 0.41 |
| Hex | 21 | 14 | BC | 52 | 59 | 0 | 1A | F5 | 51 | 29 |
| Octal | 41 | 24 | 274 | 122 | 131 | 0 | 32 | 365 | 121 | 51 |
| Binary | 100001 | 10100 | 10111100 | 1010010 | 1011001 | 0 | 11010 | 11110101 | 1010001 | 101001 |
Color Harmonies of #2114BC
Complementary color
Monochromatic Colors of #2114BC
Black with #2114BC
Text Example
Text Example
White with #2114BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2114BC; }
p { color: rgb(33,20,188); }
H1.HeaderClassName
{
color: #2114BC;
}
.AnyTagClassName
{
color: #2114BC;
}
</style>
background-color css
<style>
a { background-color: #2114BC; }
a { background-color: rgb(33,20,188); }
div.DivClassName
{
background-color: #2114BC;
}
.BgClassName
{
background-color: #2114BC;
}
</style>
border-color css
<style>
span { border-color: #2114BC; }
span { border-color: rgb(33,20,188); }
td.TdClassName
{
border-color: #2114BC;
}
.TagClassName
{
border-color: #2114BC;
}
</style>