Shades of Medium Blue #021DD1
Tints of Medium Blue #021DD1
RGB
CMYK
RGB Variations
Color information
#021DD1 (or 0x021DD1) is known color: Medium Blue. HEX triplet: 02, 1D and D1. RGB value is (2,29,209). Sum of RGB (Red+Green+Blue) = 2+29+209=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 209 (82.03% from 255 or 87.08% from 240); Max value from RGB is 209 - color contains mainly: blue. Hex color #021DD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DD1 is #FDE22E. Grayscale: #282828. Windows color (decimal): -16638511 or 13704450. OLE color: 13704450.
HSL color Cylindrical-coordinate representation of color #021DD1: hue angle of 232.17º 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 #021DD1 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 29 | 209 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.18 |
| HSL | 232.17º | 0.98% | 0.41% | - |
| HSV(B) | 232.17º | 0.99% | 0.82% | - |
| XYZ | 11.97 | 5.5 | 60.75 | - |
| YUV | 41.45 | 222.55 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 209 | 0.99 | 0.86 | 0 | 0.18 | 232.17 | 0.98 | 0.41 |
| Hex | 2 | 1D | D1 | 63 | 56 | 0 | 12 | E8 | 62 | 29 |
| Octal | 2 | 35 | 321 | 143 | 126 | 0 | 22 | 350 | 142 | 51 |
| Binary | 10 | 11101 | 11010001 | 1100011 | 1010110 | 0 | 10010 | 11101000 | 1100010 | 101001 |
Color Harmonies of #021DD1
Complementary color
Monochromatic Colors of #021DD1
Black with #021DD1
Text Example
Text Example
White with #021DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DD1; }
p { color: rgb(2,29,209); }
H1.HeaderClassName
{
color: #021DD1;
}
.AnyTagClassName
{
color: #021DD1;
}
</style>
background-color css
<style>
a { background-color: #021DD1; }
a { background-color: rgb(2,29,209); }
div.DivClassName
{
background-color: #021DD1;
}
.BgClassName
{
background-color: #021DD1;
}
</style>
border-color css
<style>
span { border-color: #021DD1; }
span { border-color: rgb(2,29,209); }
td.TdClassName
{
border-color: #021DD1;
}
.TagClassName
{
border-color: #021DD1;
}
</style>