Shades of Blue #210DE6
Tints of Blue #210DE6
RGB
CMYK
RGB Variations
Color information
#210DE6 (or 0x210DE6) is known color: Blue. HEX triplet: 21, 0D and E6. RGB value is (33,13,230). Sum of RGB (Red+Green+Blue) = 33+13+230=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 230 (90.23% from 255 or 83.33% from 276); Max value from RGB is 230 - color contains mainly: blue. Hex color #210DE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210DE6 is #DEF219. Grayscale: #2A2A2A. Windows color (decimal): -14610970 or 15076641. OLE color: 15076641.
HSL color Cylindrical-coordinate representation of color #210DE6: hue angle of 245.53º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210DE6 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 13 | 230 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.10 |
| HSL | 245.53º | 0.89% | 0.48% | - |
| HSV(B) | 245.53º | 0.94% | 0.9% | - |
| XYZ | 15.05 | 6.32 | 75.29 | - |
| YUV | 43.72 | 233.13 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 230 | 0.86 | 0.94 | 0 | 0.10 | 245.53 | 0.89 | 0.48 |
| Hex | 21 | D | E6 | 56 | 5E | 0 | A | F6 | 59 | 30 |
| Octal | 41 | 15 | 346 | 126 | 136 | 0 | 12 | 366 | 131 | 60 |
| Binary | 100001 | 1101 | 11100110 | 1010110 | 1011110 | 0 | 1010 | 11110110 | 1011001 | 110000 |
Color Harmonies of #210DE6
Complementary color
Monochromatic Colors of #210DE6
Black with #210DE6
Text Example
Text Example
White with #210DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DE6; }
p { color: rgb(33,13,230); }
H1.HeaderClassName
{
color: #210DE6;
}
.AnyTagClassName
{
color: #210DE6;
}
</style>
background-color css
<style>
a { background-color: #210DE6; }
a { background-color: rgb(33,13,230); }
div.DivClassName
{
background-color: #210DE6;
}
.BgClassName
{
background-color: #210DE6;
}
</style>
border-color css
<style>
span { border-color: #210DE6; }
span { border-color: rgb(33,13,230); }
td.TdClassName
{
border-color: #210DE6;
}
.TagClassName
{
border-color: #210DE6;
}
</style>