Shades of Medium Blue #210CC0
Tints of Medium Blue #210CC0
RGB
CMYK
RGB Variations
Color information
#210CC0 (or 0x210CC0) is known color: Medium Blue. HEX triplet: 21, 0C and C0. RGB value is (33,12,192). Sum of RGB (Red+Green+Blue) = 33+12+192=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 192 (75.39% from 255 or 81.01% from 237); Max value from RGB is 192 - color contains mainly: blue. Hex color #210CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210CC0 is #DEF33F. Grayscale: #262626. Windows color (decimal): -14611264 or 12586017. OLE color: 12586017.
HSL color Cylindrical-coordinate representation of color #210CC0: hue angle of 247º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210CC0 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 12 | 192 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.25 |
| HSL | 247º | 0.88% | 0.4% | - |
| HSV(B) | 247º | 0.94% | 0.75% | - |
| XYZ | 10.27 | 4.39 | 50.18 | - |
| YUV | 38.8 | 214.46 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 192 | 0.83 | 0.94 | 0 | 0.25 | 247 | 0.88 | 0.4 |
| Hex | 21 | C | C0 | 53 | 5E | 0 | 19 | F7 | 58 | 28 |
| Octal | 41 | 14 | 300 | 123 | 136 | 0 | 31 | 367 | 130 | 50 |
| Binary | 100001 | 1100 | 11000000 | 1010011 | 1011110 | 0 | 11001 | 11110111 | 1011000 | 101000 |
Color Harmonies of #210CC0
Complementary color
Monochromatic Colors of #210CC0
Black with #210CC0
Text Example
Text Example
White with #210CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210CC0; }
p { color: rgb(33,12,192); }
H1.HeaderClassName
{
color: #210CC0;
}
.AnyTagClassName
{
color: #210CC0;
}
</style>
background-color css
<style>
a { background-color: #210CC0; }
a { background-color: rgb(33,12,192); }
div.DivClassName
{
background-color: #210CC0;
}
.BgClassName
{
background-color: #210CC0;
}
</style>
border-color css
<style>
span { border-color: #210CC0; }
span { border-color: rgb(33,12,192); }
td.TdClassName
{
border-color: #210CC0;
}
.TagClassName
{
border-color: #210CC0;
}
</style>