Shades of Medium Blue #210CCD
Tints of Medium Blue #210CCD
RGB
CMYK
RGB Variations
Color information
#210CCD (or 0x210CCD) is known color: Medium Blue. HEX triplet: 21, 0C and CD. RGB value is (33,12,205). Sum of RGB (Red+Green+Blue) = 33+12+205=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #210CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210CCD is #DEF332. Grayscale: #272727. Windows color (decimal): -14611251 or 13437985. OLE color: 13437985.
HSL color Cylindrical-coordinate representation of color #210CCD: hue angle of 246.53º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210CCD is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 12 | 205 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.20 |
| HSL | 246.53º | 0.89% | 0.43% | - |
| HSV(B) | 246.53º | 0.94% | 0.8% | - |
| XYZ | 11.78 | 4.99 | 58.1 | - |
| YUV | 40.28 | 220.96 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 205 | 0.84 | 0.94 | 0 | 0.20 | 246.53 | 0.89 | 0.43 |
| Hex | 21 | C | CD | 54 | 5E | 0 | 14 | F7 | 59 | 2B |
| Octal | 41 | 14 | 315 | 124 | 136 | 0 | 24 | 367 | 131 | 53 |
| Binary | 100001 | 1100 | 11001101 | 1010100 | 1011110 | 0 | 10100 | 11110111 | 1011001 | 101011 |
Color Harmonies of #210CCD
Complementary color
Monochromatic Colors of #210CCD
Black with #210CCD
Text Example
Text Example
White with #210CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210CCD; }
p { color: rgb(33,12,205); }
H1.HeaderClassName
{
color: #210CCD;
}
.AnyTagClassName
{
color: #210CCD;
}
</style>
background-color css
<style>
a { background-color: #210CCD; }
a { background-color: rgb(33,12,205); }
div.DivClassName
{
background-color: #210CCD;
}
.BgClassName
{
background-color: #210CCD;
}
</style>
border-color css
<style>
span { border-color: #210CCD; }
span { border-color: rgb(33,12,205); }
td.TdClassName
{
border-color: #210CCD;
}
.TagClassName
{
border-color: #210CCD;
}
</style>