Shades of Medium Blue #210AB8
Tints of Medium Blue #210AB8
RGB
CMYK
RGB Variations
Color information
#210AB8 (or 0x210AB8) is known color: Medium Blue. HEX triplet: 21, 0A and B8. RGB value is (33,10,184). Sum of RGB (Red+Green+Blue) = 33+10+184=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 184 (72.27% from 255 or 81.06% from 227); Max value from RGB is 184 - color contains mainly: blue. Hex color #210AB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AB8 is #DEF547. Grayscale: #242424. Windows color (decimal): -14611784 or 12061217. OLE color: 12061217.
HSL color Cylindrical-coordinate representation of color #210AB8: hue angle of 247.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210AB8 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 10 | 184 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.28 |
| HSL | 247.93º | 0.9% | 0.38% | - |
| HSV(B) | 247.93º | 0.95% | 0.72% | - |
| XYZ | 9.39 | 4 | 45.62 | - |
| YUV | 36.71 | 211.12 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 184 | 0.82 | 0.95 | 0 | 0.28 | 247.93 | 0.9 | 0.38 |
| Hex | 21 | A | B8 | 52 | 5F | 0 | 1C | F8 | 5A | 26 |
| Octal | 41 | 12 | 270 | 122 | 137 | 0 | 34 | 370 | 132 | 46 |
| Binary | 100001 | 1010 | 10111000 | 1010010 | 1011111 | 0 | 11100 | 11111000 | 1011010 | 100110 |
Color Harmonies of #210AB8
Complementary color
Monochromatic Colors of #210AB8
Black with #210AB8
Text Example
Text Example
White with #210AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AB8; }
p { color: rgb(33,10,184); }
H1.HeaderClassName
{
color: #210AB8;
}
.AnyTagClassName
{
color: #210AB8;
}
</style>
background-color css
<style>
a { background-color: #210AB8; }
a { background-color: rgb(33,10,184); }
div.DivClassName
{
background-color: #210AB8;
}
.BgClassName
{
background-color: #210AB8;
}
</style>
border-color css
<style>
span { border-color: #210AB8; }
span { border-color: rgb(33,10,184); }
td.TdClassName
{
border-color: #210AB8;
}
.TagClassName
{
border-color: #210AB8;
}
</style>