Shades of Medium Blue #2111BF
Tints of Medium Blue #2111BF
RGB
CMYK
RGB Variations
Color information
#2111BF (or 0x2111BF) is known color: Medium Blue. HEX triplet: 21, 11 and BF. RGB value is (33,17,191). Sum of RGB (Red+Green+Blue) = 33+17+191=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #2111BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2111BF is #DEEE40. Grayscale: #282828. Windows color (decimal): -14609985 or 12521761. OLE color: 12521761.
HSL color Cylindrical-coordinate representation of color #2111BF: hue angle of 245.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2111BF is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 17 | 191 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.25 |
| HSL | 245.52º | 0.84% | 0.41% | - |
| HSV(B) | 245.52º | 0.91% | 0.75% | - |
| XYZ | 10.23 | 4.49 | 49.62 | - |
| YUV | 41.62 | 212.3 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 191 | 0.83 | 0.91 | 0 | 0.25 | 245.52 | 0.84 | 0.41 |
| Hex | 21 | 11 | BF | 53 | 5B | 0 | 19 | F6 | 54 | 29 |
| Octal | 41 | 21 | 277 | 123 | 133 | 0 | 31 | 366 | 124 | 51 |
| Binary | 100001 | 10001 | 10111111 | 1010011 | 1011011 | 0 | 11001 | 11110110 | 1010100 | 101001 |
Color Harmonies of #2111BF
Complementary color
Monochromatic Colors of #2111BF
Black with #2111BF
Text Example
Text Example
White with #2111BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2111BF; }
p { color: rgb(33,17,191); }
H1.HeaderClassName
{
color: #2111BF;
}
.AnyTagClassName
{
color: #2111BF;
}
</style>
background-color css
<style>
a { background-color: #2111BF; }
a { background-color: rgb(33,17,191); }
div.DivClassName
{
background-color: #2111BF;
}
.BgClassName
{
background-color: #2111BF;
}
</style>
border-color css
<style>
span { border-color: #2111BF; }
span { border-color: rgb(33,17,191); }
td.TdClassName
{
border-color: #2111BF;
}
.TagClassName
{
border-color: #2111BF;
}
</style>