Shades of Medium Blue #210CD2
Tints of Medium Blue #210CD2
RGB
CMYK
RGB Variations
Color information
#210CD2 (or 0x210CD2) is known color: Medium Blue. HEX triplet: 21, 0C and D2. RGB value is (33,12,210). Sum of RGB (Red+Green+Blue) = 33+12+210=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 210 (82.42% from 255 or 82.35% from 255); Max value from RGB is 210 - color contains mainly: blue. Hex color #210CD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210CD2 is #DEF32D. Grayscale: #282828. Windows color (decimal): -14611246 or 13765665. OLE color: 13765665.
HSL color Cylindrical-coordinate representation of color #210CD2: hue angle of 246.36º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210CD2 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 12 | 210 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.18 |
| HSL | 246.36º | 0.89% | 0.44% | - |
| HSV(B) | 246.36º | 0.94% | 0.82% | - |
| XYZ | 12.39 | 5.24 | 61.33 | - |
| YUV | 40.85 | 223.46 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 210 | 0.84 | 0.94 | 0 | 0.18 | 246.36 | 0.89 | 0.44 |
| Hex | 21 | C | D2 | 54 | 5E | 0 | 12 | F6 | 59 | 2C |
| Octal | 41 | 14 | 322 | 124 | 136 | 0 | 22 | 366 | 131 | 54 |
| Binary | 100001 | 1100 | 11010010 | 1010100 | 1011110 | 0 | 10010 | 11110110 | 1011001 | 101100 |
Color Harmonies of #210CD2
Complementary color
Monochromatic Colors of #210CD2
Black with #210CD2
Text Example
Text Example
White with #210CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210CD2; }
p { color: rgb(33,12,210); }
H1.HeaderClassName
{
color: #210CD2;
}
.AnyTagClassName
{
color: #210CD2;
}
</style>
background-color css
<style>
a { background-color: #210CD2; }
a { background-color: rgb(33,12,210); }
div.DivClassName
{
background-color: #210CD2;
}
.BgClassName
{
background-color: #210CD2;
}
</style>
border-color css
<style>
span { border-color: #210CD2; }
span { border-color: rgb(33,12,210); }
td.TdClassName
{
border-color: #210CD2;
}
.TagClassName
{
border-color: #210CD2;
}
</style>