Shades of Medium Blue #210ACE
Tints of Medium Blue #210ACE
RGB
CMYK
RGB Variations
Color information
#210ACE (or 0x210ACE) is known color: Medium Blue. HEX triplet: 21, 0A and CE. RGB value is (33,10,206). Sum of RGB (Red+Green+Blue) = 33+10+206=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #210ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ACE is #DEF531. Grayscale: #262626. Windows color (decimal): -14611762 or 13503009. OLE color: 13503009.
HSL color Cylindrical-coordinate representation of color #210ACE: hue angle of 247.04º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210ACE is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 10 | 206 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.19 |
| HSL | 247.04º | 0.91% | 0.42% | - |
| HSV(B) | 247.04º | 0.95% | 0.81% | - |
| XYZ | 11.88 | 5 | 58.73 | - |
| YUV | 39.22 | 222.12 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 206 | 0.84 | 0.95 | 0 | 0.19 | 247.04 | 0.91 | 0.42 |
| Hex | 21 | A | CE | 54 | 5F | 0 | 13 | F7 | 5B | 2A |
| Octal | 41 | 12 | 316 | 124 | 137 | 0 | 23 | 367 | 133 | 52 |
| Binary | 100001 | 1010 | 11001110 | 1010100 | 1011111 | 0 | 10011 | 11110111 | 1011011 | 101010 |
Color Harmonies of #210ACE
Complementary color
Monochromatic Colors of #210ACE
Black with #210ACE
Text Example
Text Example
White with #210ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210ACE; }
p { color: rgb(33,10,206); }
H1.HeaderClassName
{
color: #210ACE;
}
.AnyTagClassName
{
color: #210ACE;
}
</style>
background-color css
<style>
a { background-color: #210ACE; }
a { background-color: rgb(33,10,206); }
div.DivClassName
{
background-color: #210ACE;
}
.BgClassName
{
background-color: #210ACE;
}
</style>
border-color css
<style>
span { border-color: #210ACE; }
span { border-color: rgb(33,10,206); }
td.TdClassName
{
border-color: #210ACE;
}
.TagClassName
{
border-color: #210ACE;
}
</style>