Shades of Medium Blue #2110BE
Tints of Medium Blue #2110BE
RGB
CMYK
RGB Variations
Color information
#2110BE (or 0x2110BE) is known color: Medium Blue. HEX triplet: 21, 10 and BE. RGB value is (33,16,190). Sum of RGB (Red+Green+Blue) = 33+16+190=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #2110BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2110BE is #DEEF41. Grayscale: #282828. Windows color (decimal): -14610242 or 12455969. OLE color: 12455969.
HSL color Cylindrical-coordinate representation of color #2110BE: hue angle of 245.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2110BE is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 16 | 190 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.25 |
| HSL | 245.86º | 0.84% | 0.4% | - |
| HSV(B) | 245.86º | 0.92% | 0.75% | - |
| XYZ | 10.11 | 4.41 | 49.03 | - |
| YUV | 40.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 190 | 0.83 | 0.92 | 0 | 0.25 | 245.86 | 0.84 | 0.4 |
| Hex | 21 | 10 | BE | 53 | 5C | 0 | 19 | F6 | 54 | 28 |
| Octal | 41 | 20 | 276 | 123 | 134 | 0 | 31 | 366 | 124 | 50 |
| Binary | 100001 | 10000 | 10111110 | 1010011 | 1011100 | 0 | 11001 | 11110110 | 1010100 | 101000 |
Color Harmonies of #2110BE
Complementary color
Monochromatic Colors of #2110BE
Black with #2110BE
Text Example
Text Example
White with #2110BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2110BE; }
p { color: rgb(33,16,190); }
H1.HeaderClassName
{
color: #2110BE;
}
.AnyTagClassName
{
color: #2110BE;
}
</style>
background-color css
<style>
a { background-color: #2110BE; }
a { background-color: rgb(33,16,190); }
div.DivClassName
{
background-color: #2110BE;
}
.BgClassName
{
background-color: #2110BE;
}
</style>
border-color css
<style>
span { border-color: #2110BE; }
span { border-color: rgb(33,16,190); }
td.TdClassName
{
border-color: #2110BE;
}
.TagClassName
{
border-color: #2110BE;
}
</style>