Shades of Medium Blue #2114C1
Tints of Medium Blue #2114C1
RGB
CMYK
RGB Variations
Color information
#2114C1 (or 0x2114C1) is known color: Medium Blue. HEX triplet: 21, 14 and C1. RGB value is (33,20,193). Sum of RGB (Red+Green+Blue) = 33+20+193=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 193 (75.78% from 255 or 78.46% from 246); Max value from RGB is 193 - color contains mainly: blue. Hex color #2114C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2114C1 is #DEEB3E. Grayscale: #2A2A2A. Windows color (decimal): -14609215 or 12653601. OLE color: 12653601.
HSL color Cylindrical-coordinate representation of color #2114C1: hue angle of 244.51º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2114C1 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 20 | 193 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.24 |
| HSL | 244.51º | 0.81% | 0.42% | - |
| HSV(B) | 244.51º | 0.9% | 0.76% | - |
| XYZ | 10.5 | 4.67 | 50.8 | - |
| YUV | 43.61 | 212.31 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 193 | 0.83 | 0.90 | 0 | 0.24 | 244.51 | 0.81 | 0.42 |
| Hex | 21 | 14 | C1 | 53 | 5A | 0 | 18 | F5 | 51 | 2A |
| Octal | 41 | 24 | 301 | 123 | 132 | 0 | 30 | 365 | 121 | 52 |
| Binary | 100001 | 10100 | 11000001 | 1010011 | 1011010 | 0 | 11000 | 11110101 | 1010001 | 101010 |
Color Harmonies of #2114C1
Complementary color
Monochromatic Colors of #2114C1
Black with #2114C1
Text Example
Text Example
White with #2114C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2114C1; }
p { color: rgb(33,20,193); }
H1.HeaderClassName
{
color: #2114C1;
}
.AnyTagClassName
{
color: #2114C1;
}
</style>
background-color css
<style>
a { background-color: #2114C1; }
a { background-color: rgb(33,20,193); }
div.DivClassName
{
background-color: #2114C1;
}
.BgClassName
{
background-color: #2114C1;
}
</style>
border-color css
<style>
span { border-color: #2114C1; }
span { border-color: rgb(33,20,193); }
td.TdClassName
{
border-color: #2114C1;
}
.TagClassName
{
border-color: #2114C1;
}
</style>