Shades of Medium Blue #021DDE
Tints of Medium Blue #021DDE
RGB
CMYK
RGB Variations
Color information
#021DDE (or 0x021DDE) is known color: Medium Blue. HEX triplet: 02, 1D and DE. RGB value is (2,29,222). Sum of RGB (Red+Green+Blue) = 2+29+222=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 222 (87.11% from 255 or 87.75% from 253); Max value from RGB is 222 - color contains mainly: blue. Hex color #021DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DDE is #FDE221. Grayscale: #2A2A2A. Windows color (decimal): -16638498 or 14556418. OLE color: 14556418.
HSL color Cylindrical-coordinate representation of color #021DDE: hue angle of 232.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DDE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 29 | 222 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.13 |
| HSL | 232.64º | 0.98% | 0.44% | - |
| HSV(B) | 232.64º | 0.99% | 0.87% | - |
| XYZ | 13.65 | 6.17 | 69.58 | - |
| YUV | 42.93 | 229.05 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 222 | 0.99 | 0.87 | 0 | 0.13 | 232.64 | 0.98 | 0.44 |
| Hex | 2 | 1D | DE | 63 | 57 | 0 | D | E9 | 62 | 2C |
| Octal | 2 | 35 | 336 | 143 | 127 | 0 | 15 | 351 | 142 | 54 |
| Binary | 10 | 11101 | 11011110 | 1100011 | 1010111 | 0 | 1101 | 11101001 | 1100010 | 101100 |
Color Harmonies of #021DDE
Complementary color
Monochromatic Colors of #021DDE
Black with #021DDE
Text Example
Text Example
White with #021DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DDE; }
p { color: rgb(2,29,222); }
H1.HeaderClassName
{
color: #021DDE;
}
.AnyTagClassName
{
color: #021DDE;
}
</style>
background-color css
<style>
a { background-color: #021DDE; }
a { background-color: rgb(2,29,222); }
div.DivClassName
{
background-color: #021DDE;
}
.BgClassName
{
background-color: #021DDE;
}
</style>
border-color css
<style>
span { border-color: #021DDE; }
span { border-color: rgb(2,29,222); }
td.TdClassName
{
border-color: #021DDE;
}
.TagClassName
{
border-color: #021DDE;
}
</style>