Shades of Medium Blue #210BBA
Tints of Medium Blue #210BBA
RGB
CMYK
RGB Variations
Color information
#210BBA (or 0x210BBA) is known color: Medium Blue. HEX triplet: 21, 0B and BA. RGB value is (33,11,186). Sum of RGB (Red+Green+Blue) = 33+11+186=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #210BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BBA is #DEF445. Grayscale: #242424. Windows color (decimal): -14611526 or 12192545. OLE color: 12192545.
HSL color Cylindrical-coordinate representation of color #210BBA: hue angle of 247.54º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210BBA is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 11 | 186 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.27 |
| HSL | 247.54º | 0.89% | 0.39% | - |
| HSV(B) | 247.54º | 0.94% | 0.73% | - |
| XYZ | 9.61 | 4.11 | 46.74 | - |
| YUV | 37.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 186 | 0.82 | 0.94 | 0 | 0.27 | 247.54 | 0.89 | 0.39 |
| Hex | 21 | B | BA | 52 | 5E | 0 | 1B | F8 | 59 | 27 |
| Octal | 41 | 13 | 272 | 122 | 136 | 0 | 33 | 370 | 131 | 47 |
| Binary | 100001 | 1011 | 10111010 | 1010010 | 1011110 | 0 | 11011 | 11111000 | 1011001 | 100111 |
Color Harmonies of #210BBA
Complementary color
Monochromatic Colors of #210BBA
Black with #210BBA
Text Example
Text Example
White with #210BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BBA; }
p { color: rgb(33,11,186); }
H1.HeaderClassName
{
color: #210BBA;
}
.AnyTagClassName
{
color: #210BBA;
}
</style>
background-color css
<style>
a { background-color: #210BBA; }
a { background-color: rgb(33,11,186); }
div.DivClassName
{
background-color: #210BBA;
}
.BgClassName
{
background-color: #210BBA;
}
</style>
border-color css
<style>
span { border-color: #210BBA; }
span { border-color: rgb(33,11,186); }
td.TdClassName
{
border-color: #210BBA;
}
.TagClassName
{
border-color: #210BBA;
}
</style>