Shades of Medium Blue #2104BC
Tints of Medium Blue #2104BC
RGB
CMYK
RGB Variations
Color information
#2104BC (or 0x2104BC) is known color: Medium Blue. HEX triplet: 21, 04 and BC. RGB value is (33,4,188). Sum of RGB (Red+Green+Blue) = 33+4+188=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #2104BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2104BC is #DEFB43. Grayscale: #202020. Windows color (decimal): -14613316 or 12321825. OLE color: 12321825.
HSL color Cylindrical-coordinate representation of color #2104BC: hue angle of 249.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2104BC is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 4 | 188 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.26 |
| HSL | 249.46º | 0.96% | 0.38% | - |
| HSV(B) | 249.46º | 0.98% | 0.74% | - |
| XYZ | 9.75 | 4.04 | 47.84 | - |
| YUV | 33.65 | 215.11 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 188 | 0.82 | 0.98 | 0 | 0.26 | 249.46 | 0.96 | 0.38 |
| Hex | 21 | 4 | BC | 52 | 62 | 0 | 1A | F9 | 60 | 26 |
| Octal | 41 | 4 | 274 | 122 | 142 | 0 | 32 | 371 | 140 | 46 |
| Binary | 100001 | 100 | 10111100 | 1010010 | 1100010 | 0 | 11010 | 11111001 | 1100000 | 100110 |
Color Harmonies of #2104BC
Complementary color
Monochromatic Colors of #2104BC
Black with #2104BC
Text Example
Text Example
White with #2104BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2104BC; }
p { color: rgb(33,4,188); }
H1.HeaderClassName
{
color: #2104BC;
}
.AnyTagClassName
{
color: #2104BC;
}
</style>
background-color css
<style>
a { background-color: #2104BC; }
a { background-color: rgb(33,4,188); }
div.DivClassName
{
background-color: #2104BC;
}
.BgClassName
{
background-color: #2104BC;
}
</style>
border-color css
<style>
span { border-color: #2104BC; }
span { border-color: rgb(33,4,188); }
td.TdClassName
{
border-color: #2104BC;
}
.TagClassName
{
border-color: #2104BC;
}
</style>