Shades of Medium Blue #210ECA
Tints of Medium Blue #210ECA
RGB
CMYK
RGB Variations
Color information
#210ECA (or 0x210ECA) is known color: Medium Blue. HEX triplet: 21, 0E and CA. RGB value is (33,14,202). Sum of RGB (Red+Green+Blue) = 33+14+202=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #210ECA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ECA is #DEF135. Grayscale: #282828. Windows color (decimal): -14610742 or 13241889. OLE color: 13241889.
HSL color Cylindrical-coordinate representation of color #210ECA: hue angle of 246.06º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210ECA is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 14 | 202 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.21 |
| HSL | 246.06º | 0.87% | 0.42% | - |
| HSV(B) | 246.06º | 0.93% | 0.79% | - |
| XYZ | 11.44 | 4.9 | 56.22 | - |
| YUV | 41.11 | 218.79 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 202 | 0.84 | 0.93 | 0 | 0.21 | 246.06 | 0.87 | 0.42 |
| Hex | 21 | E | CA | 54 | 5D | 0 | 15 | F6 | 57 | 2A |
| Octal | 41 | 16 | 312 | 124 | 135 | 0 | 25 | 366 | 127 | 52 |
| Binary | 100001 | 1110 | 11001010 | 1010100 | 1011101 | 0 | 10101 | 11110110 | 1010111 | 101010 |
Color Harmonies of #210ECA
Complementary color
Monochromatic Colors of #210ECA
Black with #210ECA
Text Example
Text Example
White with #210ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210ECA; }
p { color: rgb(33,14,202); }
H1.HeaderClassName
{
color: #210ECA;
}
.AnyTagClassName
{
color: #210ECA;
}
</style>
background-color css
<style>
a { background-color: #210ECA; }
a { background-color: rgb(33,14,202); }
div.DivClassName
{
background-color: #210ECA;
}
.BgClassName
{
background-color: #210ECA;
}
</style>
border-color css
<style>
span { border-color: #210ECA; }
span { border-color: rgb(33,14,202); }
td.TdClassName
{
border-color: #210ECA;
}
.TagClassName
{
border-color: #210ECA;
}
</style>