Shades of Medium Blue #210EBB
Tints of Medium Blue #210EBB
RGB
CMYK
RGB Variations
Color information
#210EBB (or 0x210EBB) is known color: Medium Blue. HEX triplet: 21, 0E and BB. RGB value is (33,14,187). Sum of RGB (Red+Green+Blue) = 33+14+187=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #210EBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210EBB is #DEF144. Grayscale: #262626. Windows color (decimal): -14610757 or 12258849. OLE color: 12258849.
HSL color Cylindrical-coordinate representation of color #210EBB: hue angle of 246.59º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210EBB is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 14 | 187 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.27 |
| HSL | 246.59º | 0.86% | 0.39% | - |
| HSV(B) | 246.59º | 0.93% | 0.73% | - |
| XYZ | 9.75 | 4.23 | 47.32 | - |
| YUV | 39.4 | 211.29 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 187 | 0.82 | 0.93 | 0 | 0.27 | 246.59 | 0.86 | 0.39 |
| Hex | 21 | E | BB | 52 | 5D | 0 | 1B | F7 | 56 | 27 |
| Octal | 41 | 16 | 273 | 122 | 135 | 0 | 33 | 367 | 126 | 47 |
| Binary | 100001 | 1110 | 10111011 | 1010010 | 1011101 | 0 | 11011 | 11110111 | 1010110 | 100111 |
Color Harmonies of #210EBB
Complementary color
Monochromatic Colors of #210EBB
Black with #210EBB
Text Example
Text Example
White with #210EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210EBB; }
p { color: rgb(33,14,187); }
H1.HeaderClassName
{
color: #210EBB;
}
.AnyTagClassName
{
color: #210EBB;
}
</style>
background-color css
<style>
a { background-color: #210EBB; }
a { background-color: rgb(33,14,187); }
div.DivClassName
{
background-color: #210EBB;
}
.BgClassName
{
background-color: #210EBB;
}
</style>
border-color css
<style>
span { border-color: #210EBB; }
span { border-color: rgb(33,14,187); }
td.TdClassName
{
border-color: #210EBB;
}
.TagClassName
{
border-color: #210EBB;
}
</style>