Shades of Medium Blue #210BBC
Tints of Medium Blue #210BBC
RGB
CMYK
RGB Variations
Color information
#210BBC (or 0x210BBC) is known color: Medium Blue. HEX triplet: 21, 0B and BC. RGB value is (33,11,188). Sum of RGB (Red+Green+Blue) = 33+11+188=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #210BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BBC is #DEF443. Grayscale: #252525. Windows color (decimal): -14611524 or 12323617. OLE color: 12323617.
HSL color Cylindrical-coordinate representation of color #210BBC: hue angle of 247.46º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210BBC is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 11 | 188 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.26 |
| HSL | 247.46º | 0.89% | 0.39% | - |
| HSV(B) | 247.46º | 0.94% | 0.74% | - |
| XYZ | 9.82 | 4.19 | 47.87 | - |
| YUV | 37.76 | 212.79 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 188 | 0.82 | 0.94 | 0 | 0.26 | 247.46 | 0.89 | 0.39 |
| Hex | 21 | B | BC | 52 | 5E | 0 | 1A | F7 | 59 | 27 |
| Octal | 41 | 13 | 274 | 122 | 136 | 0 | 32 | 367 | 131 | 47 |
| Binary | 100001 | 1011 | 10111100 | 1010010 | 1011110 | 0 | 11010 | 11110111 | 1011001 | 100111 |
Color Harmonies of #210BBC
Complementary color
Monochromatic Colors of #210BBC
Black with #210BBC
Text Example
Text Example
White with #210BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BBC; }
p { color: rgb(33,11,188); }
H1.HeaderClassName
{
color: #210BBC;
}
.AnyTagClassName
{
color: #210BBC;
}
</style>
background-color css
<style>
a { background-color: #210BBC; }
a { background-color: rgb(33,11,188); }
div.DivClassName
{
background-color: #210BBC;
}
.BgClassName
{
background-color: #210BBC;
}
</style>
border-color css
<style>
span { border-color: #210BBC; }
span { border-color: rgb(33,11,188); }
td.TdClassName
{
border-color: #210BBC;
}
.TagClassName
{
border-color: #210BBC;
}
</style>