Shades of Medium Blue #210CBB
Tints of Medium Blue #210CBB
RGB
CMYK
RGB Variations
Color information
#210CBB (or 0x210CBB) is known color: Medium Blue. HEX triplet: 21, 0C and BB. RGB value is (33,12,187). Sum of RGB (Red+Green+Blue) = 33+12+187=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #210CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210CBB is #DEF344. Grayscale: #252525. Windows color (decimal): -14611269 or 12258337. OLE color: 12258337.
HSL color Cylindrical-coordinate representation of color #210CBB: hue angle of 247.2º degrees, saturation: 0.88, 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 #210CBB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 12 | 187 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.27 |
| HSL | 247.2º | 0.88% | 0.39% | - |
| HSV(B) | 247.2º | 0.94% | 0.73% | - |
| XYZ | 9.73 | 4.17 | 47.31 | - |
| YUV | 38.23 | 211.96 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 187 | 0.82 | 0.94 | 0 | 0.27 | 247.2 | 0.88 | 0.39 |
| Hex | 21 | C | BB | 52 | 5E | 0 | 1B | F7 | 58 | 27 |
| Octal | 41 | 14 | 273 | 122 | 136 | 0 | 33 | 367 | 130 | 47 |
| Binary | 100001 | 1100 | 10111011 | 1010010 | 1011110 | 0 | 11011 | 11110111 | 1011000 | 100111 |
Color Harmonies of #210CBB
Complementary color
Monochromatic Colors of #210CBB
Black with #210CBB
Text Example
Text Example
White with #210CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210CBB; }
p { color: rgb(33,12,187); }
H1.HeaderClassName
{
color: #210CBB;
}
.AnyTagClassName
{
color: #210CBB;
}
</style>
background-color css
<style>
a { background-color: #210CBB; }
a { background-color: rgb(33,12,187); }
div.DivClassName
{
background-color: #210CBB;
}
.BgClassName
{
background-color: #210CBB;
}
</style>
border-color css
<style>
span { border-color: #210CBB; }
span { border-color: rgb(33,12,187); }
td.TdClassName
{
border-color: #210CBB;
}
.TagClassName
{
border-color: #210CBB;
}
</style>