Shades of Medium Blue #210DCC
Tints of Medium Blue #210DCC
RGB
CMYK
RGB Variations
Color information
#210DCC (or 0x210DCC) is known color: Medium Blue. HEX triplet: 21, 0D and CC. RGB value is (33,13,204). Sum of RGB (Red+Green+Blue) = 33+13+204=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #210DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DCC is #DEF233. Grayscale: #282828. Windows color (decimal): -14610996 or 13372705. OLE color: 13372705.
HSL color Cylindrical-coordinate representation of color #210DCC: hue angle of 246.28º degrees, saturation: 0.88, 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 #210DCC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 13 | 204 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.2 |
| HSL | 246.28º | 0.88% | 0.43% | - |
| HSV(B) | 246.28º | 0.94% | 0.8% | - |
| XYZ | 11.67 | 4.97 | 57.47 | - |
| YUV | 40.75 | 220.13 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 204 | 0.84 | 0.94 | 0 | 0.2 | 246.28 | 0.88 | 0.43 |
| Hex | 21 | D | CC | 54 | 5E | 0 | 14 | F6 | 58 | 2B |
| Octal | 41 | 15 | 314 | 124 | 136 | 0 | 24 | 366 | 130 | 53 |
| Binary | 100001 | 1101 | 11001100 | 1010100 | 1011110 | 0 | 10100 | 11110110 | 1011000 | 101011 |
Color Harmonies of #210DCC
Complementary color
Monochromatic Colors of #210DCC
Black with #210DCC
Text Example
Text Example
White with #210DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DCC; }
p { color: rgb(33,13,204); }
H1.HeaderClassName
{
color: #210DCC;
}
.AnyTagClassName
{
color: #210DCC;
}
</style>
background-color css
<style>
a { background-color: #210DCC; }
a { background-color: rgb(33,13,204); }
div.DivClassName
{
background-color: #210DCC;
}
.BgClassName
{
background-color: #210DCC;
}
</style>
border-color css
<style>
span { border-color: #210DCC; }
span { border-color: rgb(33,13,204); }
td.TdClassName
{
border-color: #210DCC;
}
.TagClassName
{
border-color: #210DCC;
}
</style>