Shades of Medium Blue #210AC7
Tints of Medium Blue #210AC7
RGB
CMYK
RGB Variations
Color information
#210AC7 (or 0x210AC7) is known color: Medium Blue. HEX triplet: 21, 0A and C7. RGB value is (33,10,199). Sum of RGB (Red+Green+Blue) = 33+10+199=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 199 (78.12% from 255 or 82.23% from 242); Max value from RGB is 199 - color contains mainly: blue. Hex color #210AC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AC7 is #DEF538. Grayscale: #252525. Windows color (decimal): -14611769 or 13044257. OLE color: 13044257.
HSL color Cylindrical-coordinate representation of color #210AC7: hue angle of 247.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210AC7 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 10 | 199 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.22 |
| HSL | 247.3º | 0.9% | 0.41% | - |
| HSV(B) | 247.3º | 0.95% | 0.78% | - |
| XYZ | 11.04 | 4.66 | 54.35 | - |
| YUV | 38.42 | 218.62 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 199 | 0.83 | 0.95 | 0 | 0.22 | 247.3 | 0.9 | 0.41 |
| Hex | 21 | A | C7 | 53 | 5F | 0 | 16 | F7 | 5A | 29 |
| Octal | 41 | 12 | 307 | 123 | 137 | 0 | 26 | 367 | 132 | 51 |
| Binary | 100001 | 1010 | 11000111 | 1010011 | 1011111 | 0 | 10110 | 11110111 | 1011010 | 101001 |
Color Harmonies of #210AC7
Complementary color
Monochromatic Colors of #210AC7
Black with #210AC7
Text Example
Text Example
White with #210AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AC7; }
p { color: rgb(33,10,199); }
H1.HeaderClassName
{
color: #210AC7;
}
.AnyTagClassName
{
color: #210AC7;
}
</style>
background-color css
<style>
a { background-color: #210AC7; }
a { background-color: rgb(33,10,199); }
div.DivClassName
{
background-color: #210AC7;
}
.BgClassName
{
background-color: #210AC7;
}
</style>
border-color css
<style>
span { border-color: #210AC7; }
span { border-color: rgb(33,10,199); }
td.TdClassName
{
border-color: #210AC7;
}
.TagClassName
{
border-color: #210AC7;
}
</style>