Shades of Medium Blue #2114BE
Tints of Medium Blue #2114BE
RGB
CMYK
RGB Variations
Color information
#2114BE (or 0x2114BE) is known color: Medium Blue. HEX triplet: 21, 14 and BE. RGB value is (33,20,190). Sum of RGB (Red+Green+Blue) = 33+20+190=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #2114BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2114BE is #DEEB41. Grayscale: #2A2A2A. Windows color (decimal): -14609218 or 12456993. OLE color: 12456993.
HSL color Cylindrical-coordinate representation of color #2114BE: hue angle of 244.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2114BE is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 20 | 190 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.25 |
| HSL | 244.59º | 0.81% | 0.41% | - |
| HSV(B) | 244.59º | 0.89% | 0.75% | - |
| XYZ | 10.17 | 4.54 | 49.06 | - |
| YUV | 43.27 | 210.81 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 190 | 0.83 | 0.89 | 0 | 0.25 | 244.59 | 0.81 | 0.41 |
| Hex | 21 | 14 | BE | 53 | 59 | 0 | 19 | F5 | 51 | 29 |
| Octal | 41 | 24 | 276 | 123 | 131 | 0 | 31 | 365 | 121 | 51 |
| Binary | 100001 | 10100 | 10111110 | 1010011 | 1011001 | 0 | 11001 | 11110101 | 1010001 | 101001 |
Color Harmonies of #2114BE
Complementary color
Monochromatic Colors of #2114BE
Black with #2114BE
Text Example
Text Example
White with #2114BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2114BE; }
p { color: rgb(33,20,190); }
H1.HeaderClassName
{
color: #2114BE;
}
.AnyTagClassName
{
color: #2114BE;
}
</style>
background-color css
<style>
a { background-color: #2114BE; }
a { background-color: rgb(33,20,190); }
div.DivClassName
{
background-color: #2114BE;
}
.BgClassName
{
background-color: #2114BE;
}
</style>
border-color css
<style>
span { border-color: #2114BE; }
span { border-color: rgb(33,20,190); }
td.TdClassName
{
border-color: #2114BE;
}
.TagClassName
{
border-color: #2114BE;
}
</style>