Shades of Medium Blue #210EBA
Tints of Medium Blue #210EBA
RGB
CMYK
RGB Variations
Color information
#210EBA (or 0x210EBA) is known color: Medium Blue. HEX triplet: 21, 0E and BA. RGB value is (33,14,186). Sum of RGB (Red+Green+Blue) = 33+14+186=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #210EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210EBA is #DEF145. Grayscale: #262626. Windows color (decimal): -14610758 or 12193313. OLE color: 12193313.
HSL color Cylindrical-coordinate representation of color #210EBA: hue angle of 246.63º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210EBA is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 14 | 186 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.27 |
| HSL | 246.63º | 0.86% | 0.39% | - |
| HSV(B) | 246.63º | 0.92% | 0.73% | - |
| XYZ | 9.65 | 4.18 | 46.75 | - |
| YUV | 39.29 | 210.79 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 186 | 0.82 | 0.92 | 0 | 0.27 | 246.63 | 0.86 | 0.39 |
| Hex | 21 | E | BA | 52 | 5C | 0 | 1B | F7 | 56 | 27 |
| Octal | 41 | 16 | 272 | 122 | 134 | 0 | 33 | 367 | 126 | 47 |
| Binary | 100001 | 1110 | 10111010 | 1010010 | 1011100 | 0 | 11011 | 11110111 | 1010110 | 100111 |
Color Harmonies of #210EBA
Complementary color
Monochromatic Colors of #210EBA
Black with #210EBA
Text Example
Text Example
White with #210EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210EBA; }
p { color: rgb(33,14,186); }
H1.HeaderClassName
{
color: #210EBA;
}
.AnyTagClassName
{
color: #210EBA;
}
</style>
background-color css
<style>
a { background-color: #210EBA; }
a { background-color: rgb(33,14,186); }
div.DivClassName
{
background-color: #210EBA;
}
.BgClassName
{
background-color: #210EBA;
}
</style>
border-color css
<style>
span { border-color: #210EBA; }
span { border-color: rgb(33,14,186); }
td.TdClassName
{
border-color: #210EBA;
}
.TagClassName
{
border-color: #210EBA;
}
</style>