Shades of Medium Blue #021EC4
Tints of Medium Blue #021EC4
RGB
CMYK
RGB Variations
Color information
#021EC4 (or 0x021EC4) is known color: Medium Blue. HEX triplet: 02, 1E and C4. RGB value is (2,30,196). Sum of RGB (Red+Green+Blue) = 2+30+196=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 196 (76.95% from 255 or 85.96% from 228); Max value from RGB is 196 - color contains mainly: blue. Hex color #021EC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EC4 is #FDE13B. Grayscale: #272727. Windows color (decimal): -16638268 or 12852738. OLE color: 12852738.
HSL color Cylindrical-coordinate representation of color #021EC4: hue angle of 231.34º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EC4 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 30 | 196 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.23 |
| HSL | 231.34º | 0.98% | 0.39% | - |
| HSV(B) | 231.34º | 0.99% | 0.77% | - |
| XYZ | 10.45 | 4.93 | 52.62 | - |
| YUV | 40.55 | 215.72 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 196 | 0.99 | 0.85 | 0 | 0.23 | 231.34 | 0.98 | 0.39 |
| Hex | 2 | 1E | C4 | 63 | 55 | 0 | 17 | E7 | 62 | 27 |
| Octal | 2 | 36 | 304 | 143 | 125 | 0 | 27 | 347 | 142 | 47 |
| Binary | 10 | 11110 | 11000100 | 1100011 | 1010101 | 0 | 10111 | 11100111 | 1100010 | 100111 |
Color Harmonies of #021EC4
Complementary color
Monochromatic Colors of #021EC4
Black with #021EC4
Text Example
Text Example
White with #021EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021EC4; }
p { color: rgb(2,30,196); }
H1.HeaderClassName
{
color: #021EC4;
}
.AnyTagClassName
{
color: #021EC4;
}
</style>
background-color css
<style>
a { background-color: #021EC4; }
a { background-color: rgb(2,30,196); }
div.DivClassName
{
background-color: #021EC4;
}
.BgClassName
{
background-color: #021EC4;
}
</style>
border-color css
<style>
span { border-color: #021EC4; }
span { border-color: rgb(2,30,196); }
td.TdClassName
{
border-color: #021EC4;
}
.TagClassName
{
border-color: #021EC4;
}
</style>