Shades of Medium Blue #210CCC
Tints of Medium Blue #210CCC
RGB
CMYK
RGB Variations
Color information
#210CCC (or 0x210CCC) is known color: Medium Blue. HEX triplet: 21, 0C and CC. RGB value is (33,12,204). Sum of RGB (Red+Green+Blue) = 33+12+204=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #210CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210CCC is #DEF333. Grayscale: #272727. Windows color (decimal): -14611252 or 13372449. OLE color: 13372449.
HSL color Cylindrical-coordinate representation of color #210CCC: hue angle of 246.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210CCC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 12 | 204 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.2 |
| HSL | 246.56º | 0.89% | 0.42% | - |
| HSV(B) | 246.56º | 0.94% | 0.8% | - |
| XYZ | 11.66 | 4.95 | 57.47 | - |
| YUV | 40.17 | 220.46 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 204 | 0.84 | 0.94 | 0 | 0.2 | 246.56 | 0.89 | 0.42 |
| Hex | 21 | C | CC | 54 | 5E | 0 | 14 | F7 | 59 | 2A |
| Octal | 41 | 14 | 314 | 124 | 136 | 0 | 24 | 367 | 131 | 52 |
| Binary | 100001 | 1100 | 11001100 | 1010100 | 1011110 | 0 | 10100 | 11110111 | 1011001 | 101010 |
Color Harmonies of #210CCC
Complementary color
Monochromatic Colors of #210CCC
Black with #210CCC
Text Example
Text Example
White with #210CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210CCC; }
p { color: rgb(33,12,204); }
H1.HeaderClassName
{
color: #210CCC;
}
.AnyTagClassName
{
color: #210CCC;
}
</style>
background-color css
<style>
a { background-color: #210CCC; }
a { background-color: rgb(33,12,204); }
div.DivClassName
{
background-color: #210CCC;
}
.BgClassName
{
background-color: #210CCC;
}
</style>
border-color css
<style>
span { border-color: #210CCC; }
span { border-color: rgb(33,12,204); }
td.TdClassName
{
border-color: #210CCC;
}
.TagClassName
{
border-color: #210CCC;
}
</style>