Shades of Medium Blue #2104BB
Tints of Medium Blue #2104BB
RGB
CMYK
RGB Variations
Color information
#2104BB (or 0x2104BB) is known color: Medium Blue. HEX triplet: 21, 04 and BB. RGB value is (33,4,187). Sum of RGB (Red+Green+Blue) = 33+4+187=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #2104BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2104BB is #DEFB44. Grayscale: #202020. Windows color (decimal): -14613317 or 12256289. OLE color: 12256289.
HSL color Cylindrical-coordinate representation of color #2104BB: hue angle of 249.51º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2104BB is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 4 | 187 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.27 |
| HSL | 249.51º | 0.96% | 0.37% | - |
| HSV(B) | 249.51º | 0.98% | 0.73% | - |
| XYZ | 9.64 | 4 | 47.28 | - |
| YUV | 33.53 | 214.61 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 187 | 0.82 | 0.98 | 0 | 0.27 | 249.51 | 0.96 | 0.37 |
| Hex | 21 | 4 | BB | 52 | 62 | 0 | 1B | FA | 60 | 25 |
| Octal | 41 | 4 | 273 | 122 | 142 | 0 | 33 | 372 | 140 | 45 |
| Binary | 100001 | 100 | 10111011 | 1010010 | 1100010 | 0 | 11011 | 11111010 | 1100000 | 100101 |
Color Harmonies of #2104BB
Complementary color
Monochromatic Colors of #2104BB
Black with #2104BB
Text Example
Text Example
White with #2104BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2104BB; }
p { color: rgb(33,4,187); }
H1.HeaderClassName
{
color: #2104BB;
}
.AnyTagClassName
{
color: #2104BB;
}
</style>
background-color css
<style>
a { background-color: #2104BB; }
a { background-color: rgb(33,4,187); }
div.DivClassName
{
background-color: #2104BB;
}
.BgClassName
{
background-color: #2104BB;
}
</style>
border-color css
<style>
span { border-color: #2104BB; }
span { border-color: rgb(33,4,187); }
td.TdClassName
{
border-color: #2104BB;
}
.TagClassName
{
border-color: #2104BB;
}
</style>