Shades of Medium Blue #021ED0
Tints of Medium Blue #021ED0
RGB
CMYK
RGB Variations
Color information
#021ED0 (or 0x021ED0) is known color: Medium Blue. HEX triplet: 02, 1E and D0. RGB value is (2,30,208). Sum of RGB (Red+Green+Blue) = 2+30+208=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 208 (81.64% from 255 or 86.67% from 240); Max value from RGB is 208 - color contains mainly: blue. Hex color #021ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ED0 is #FDE12F. Grayscale: #292929. Windows color (decimal): -16638256 or 13639170. OLE color: 13639170.
HSL color Cylindrical-coordinate representation of color #021ED0: hue angle of 231.84º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ED0 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 30 | 208 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.18 |
| HSL | 231.84º | 0.98% | 0.41% | - |
| HSV(B) | 231.84º | 0.99% | 0.82% | - |
| XYZ | 11.87 | 5.5 | 60.11 | - |
| YUV | 41.92 | 221.72 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 208 | 0.99 | 0.86 | 0 | 0.18 | 231.84 | 0.98 | 0.41 |
| Hex | 2 | 1E | D0 | 63 | 56 | 0 | 12 | E8 | 62 | 29 |
| Octal | 2 | 36 | 320 | 143 | 126 | 0 | 22 | 350 | 142 | 51 |
| Binary | 10 | 11110 | 11010000 | 1100011 | 1010110 | 0 | 10010 | 11101000 | 1100010 | 101001 |
Color Harmonies of #021ED0
Complementary color
Monochromatic Colors of #021ED0
Black with #021ED0
Text Example
Text Example
White with #021ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ED0; }
p { color: rgb(2,30,208); }
H1.HeaderClassName
{
color: #021ED0;
}
.AnyTagClassName
{
color: #021ED0;
}
</style>
background-color css
<style>
a { background-color: #021ED0; }
a { background-color: rgb(2,30,208); }
div.DivClassName
{
background-color: #021ED0;
}
.BgClassName
{
background-color: #021ED0;
}
</style>
border-color css
<style>
span { border-color: #021ED0; }
span { border-color: rgb(2,30,208); }
td.TdClassName
{
border-color: #021ED0;
}
.TagClassName
{
border-color: #021ED0;
}
</style>