Shades of Medium Blue #021ED5
Tints of Medium Blue #021ED5
RGB
CMYK
RGB Variations
Color information
#021ED5 (or 0x021ED5) is known color: Medium Blue. HEX triplet: 02, 1E and D5. RGB value is (2,30,213). Sum of RGB (Red+Green+Blue) = 2+30+213=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 213 (83.59% from 255 or 86.94% from 245); Max value from RGB is 213 - color contains mainly: blue. Hex color #021ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ED5 is #FDE12A. Grayscale: #292929. Windows color (decimal): -16638251 or 13966850. OLE color: 13966850.
HSL color Cylindrical-coordinate representation of color #021ED5: hue angle of 232.04º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ED5 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 30 | 213 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.16 |
| HSL | 232.04º | 0.98% | 0.42% | - |
| HSV(B) | 232.04º | 0.99% | 0.84% | - |
| XYZ | 12.5 | 5.75 | 63.4 | - |
| YUV | 42.49 | 224.22 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 213 | 0.99 | 0.86 | 0 | 0.16 | 232.04 | 0.98 | 0.42 |
| Hex | 2 | 1E | D5 | 63 | 56 | 0 | 10 | E8 | 62 | 2A |
| Octal | 2 | 36 | 325 | 143 | 126 | 0 | 20 | 350 | 142 | 52 |
| Binary | 10 | 11110 | 11010101 | 1100011 | 1010110 | 0 | 10000 | 11101000 | 1100010 | 101010 |
Color Harmonies of #021ED5
Complementary color
Monochromatic Colors of #021ED5
Black with #021ED5
Text Example
Text Example
White with #021ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ED5; }
p { color: rgb(2,30,213); }
H1.HeaderClassName
{
color: #021ED5;
}
.AnyTagClassName
{
color: #021ED5;
}
</style>
background-color css
<style>
a { background-color: #021ED5; }
a { background-color: rgb(2,30,213); }
div.DivClassName
{
background-color: #021ED5;
}
.BgClassName
{
background-color: #021ED5;
}
</style>
border-color css
<style>
span { border-color: #021ED5; }
span { border-color: rgb(2,30,213); }
td.TdClassName
{
border-color: #021ED5;
}
.TagClassName
{
border-color: #021ED5;
}
</style>