Shades of Medium Blue #021EC3
Tints of Medium Blue #021EC3
RGB
CMYK
RGB Variations
Color information
#021EC3 (or 0x021EC3) is known color: Medium Blue. HEX triplet: 02, 1E and C3. RGB value is (2,30,195). Sum of RGB (Red+Green+Blue) = 2+30+195=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 195 (76.56% from 255 or 85.90% from 227); Max value from RGB is 195 - color contains mainly: blue. Hex color #021EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EC3 is #FDE13C. Grayscale: #272727. Windows color (decimal): -16638269 or 12787202. OLE color: 12787202.
HSL color Cylindrical-coordinate representation of color #021EC3: hue angle of 231.3º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EC3 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 30 | 195 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.24 |
| HSL | 231.3º | 0.98% | 0.39% | - |
| HSV(B) | 231.3º | 0.99% | 0.76% | - |
| XYZ | 10.34 | 4.88 | 52.03 | - |
| YUV | 40.44 | 215.22 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 195 | 0.99 | 0.85 | 0 | 0.24 | 231.3 | 0.98 | 0.39 |
| Hex | 2 | 1E | C3 | 63 | 55 | 0 | 18 | E7 | 62 | 27 |
| Octal | 2 | 36 | 303 | 143 | 125 | 0 | 30 | 347 | 142 | 47 |
| Binary | 10 | 11110 | 11000011 | 1100011 | 1010101 | 0 | 11000 | 11100111 | 1100010 | 100111 |
Color Harmonies of #021EC3
Complementary color
Monochromatic Colors of #021EC3
Black with #021EC3
Text Example
Text Example
White with #021EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021EC3; }
p { color: rgb(2,30,195); }
H1.HeaderClassName
{
color: #021EC3;
}
.AnyTagClassName
{
color: #021EC3;
}
</style>
background-color css
<style>
a { background-color: #021EC3; }
a { background-color: rgb(2,30,195); }
div.DivClassName
{
background-color: #021EC3;
}
.BgClassName
{
background-color: #021EC3;
}
</style>
border-color css
<style>
span { border-color: #021EC3; }
span { border-color: rgb(2,30,195); }
td.TdClassName
{
border-color: #021EC3;
}
.TagClassName
{
border-color: #021EC3;
}
</style>