Shades of Medium Blue #210DCE
Tints of Medium Blue #210DCE
RGB
CMYK
RGB Variations
Color information
#210DCE (or 0x210DCE) is known color: Medium Blue. HEX triplet: 21, 0D and CE. RGB value is (33,13,206). Sum of RGB (Red+Green+Blue) = 33+13+206=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #210DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DCE is #DEF231. Grayscale: #282828. Windows color (decimal): -14610994 or 13503777. OLE color: 13503777.
HSL color Cylindrical-coordinate representation of color #210DCE: hue angle of 246.22º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210DCE is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 13 | 206 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.19 |
| HSL | 246.22º | 0.88% | 0.43% | - |
| HSV(B) | 246.22º | 0.94% | 0.81% | - |
| XYZ | 11.91 | 5.07 | 58.74 | - |
| YUV | 40.98 | 221.13 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 206 | 0.84 | 0.94 | 0 | 0.19 | 246.22 | 0.88 | 0.43 |
| Hex | 21 | D | CE | 54 | 5E | 0 | 13 | F6 | 58 | 2B |
| Octal | 41 | 15 | 316 | 124 | 136 | 0 | 23 | 366 | 130 | 53 |
| Binary | 100001 | 1101 | 11001110 | 1010100 | 1011110 | 0 | 10011 | 11110110 | 1011000 | 101011 |
Color Harmonies of #210DCE
Complementary color
Monochromatic Colors of #210DCE
Black with #210DCE
Text Example
Text Example
White with #210DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DCE; }
p { color: rgb(33,13,206); }
H1.HeaderClassName
{
color: #210DCE;
}
.AnyTagClassName
{
color: #210DCE;
}
</style>
background-color css
<style>
a { background-color: #210DCE; }
a { background-color: rgb(33,13,206); }
div.DivClassName
{
background-color: #210DCE;
}
.BgClassName
{
background-color: #210DCE;
}
</style>
border-color css
<style>
span { border-color: #210DCE; }
span { border-color: rgb(33,13,206); }
td.TdClassName
{
border-color: #210DCE;
}
.TagClassName
{
border-color: #210DCE;
}
</style>