Shades of Medium Blue #021EDC
Tints of Medium Blue #021EDC
RGB
CMYK
RGB Variations
Color information
#021EDC (or 0x021EDC) is known color: Medium Blue. HEX triplet: 02, 1E and DC. RGB value is (2,30,220). Sum of RGB (Red+Green+Blue) = 2+30+220=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 220 (86.33% from 255 or 87.30% from 252); Max value from RGB is 220 - color contains mainly: blue. Hex color #021EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EDC is #FDE123. Grayscale: #2A2A2A. Windows color (decimal): -16638244 or 14425602. OLE color: 14425602.
HSL color Cylindrical-coordinate representation of color #021EDC: hue angle of 232.29º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EDC is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 30 | 220 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.14 |
| HSL | 232.29º | 0.98% | 0.44% | - |
| HSV(B) | 232.29º | 0.99% | 0.86% | - |
| XYZ | 13.41 | 6.11 | 68.18 | - |
| YUV | 43.29 | 227.72 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 220 | 0.99 | 0.86 | 0 | 0.14 | 232.29 | 0.98 | 0.44 |
| Hex | 2 | 1E | DC | 63 | 56 | 0 | E | E8 | 62 | 2C |
| Octal | 2 | 36 | 334 | 143 | 126 | 0 | 16 | 350 | 142 | 54 |
| Binary | 10 | 11110 | 11011100 | 1100011 | 1010110 | 0 | 1110 | 11101000 | 1100010 | 101100 |
Color Harmonies of #021EDC
Complementary color
Monochromatic Colors of #021EDC
Black with #021EDC
Text Example
Text Example
White with #021EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021EDC; }
p { color: rgb(2,30,220); }
H1.HeaderClassName
{
color: #021EDC;
}
.AnyTagClassName
{
color: #021EDC;
}
</style>
background-color css
<style>
a { background-color: #021EDC; }
a { background-color: rgb(2,30,220); }
div.DivClassName
{
background-color: #021EDC;
}
.BgClassName
{
background-color: #021EDC;
}
</style>
border-color css
<style>
span { border-color: #021EDC; }
span { border-color: rgb(2,30,220); }
td.TdClassName
{
border-color: #021EDC;
}
.TagClassName
{
border-color: #021EDC;
}
</style>