Shades of Medium Blue #021DDC
Tints of Medium Blue #021DDC
RGB
CMYK
RGB Variations
Color information
#021DDC (or 0x021DDC) is known color: Medium Blue. HEX triplet: 02, 1D and DC. RGB value is (2,29,220). Sum of RGB (Red+Green+Blue) = 2+29+220=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 220 (86.33% from 255 or 87.65% from 251); Max value from RGB is 220 - color contains mainly: blue. Hex color #021DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DDC is #FDE223. Grayscale: #292929. Windows color (decimal): -16638500 or 14425346. OLE color: 14425346.
HSL color Cylindrical-coordinate representation of color #021DDC: hue angle of 232.57º 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 #021DDC is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 29 | 220 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.14 |
| HSL | 232.57º | 0.98% | 0.44% | - |
| HSV(B) | 232.57º | 0.99% | 0.86% | - |
| XYZ | 13.38 | 6.06 | 68.17 | - |
| YUV | 42.7 | 228.05 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 220 | 0.99 | 0.87 | 0 | 0.14 | 232.57 | 0.98 | 0.44 |
| Hex | 2 | 1D | DC | 63 | 57 | 0 | E | E9 | 62 | 2C |
| Octal | 2 | 35 | 334 | 143 | 127 | 0 | 16 | 351 | 142 | 54 |
| Binary | 10 | 11101 | 11011100 | 1100011 | 1010111 | 0 | 1110 | 11101001 | 1100010 | 101100 |
Color Harmonies of #021DDC
Complementary color
Monochromatic Colors of #021DDC
Black with #021DDC
Text Example
Text Example
White with #021DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DDC; }
p { color: rgb(2,29,220); }
H1.HeaderClassName
{
color: #021DDC;
}
.AnyTagClassName
{
color: #021DDC;
}
</style>
background-color css
<style>
a { background-color: #021DDC; }
a { background-color: rgb(2,29,220); }
div.DivClassName
{
background-color: #021DDC;
}
.BgClassName
{
background-color: #021DDC;
}
</style>
border-color css
<style>
span { border-color: #021DDC; }
span { border-color: rgb(2,29,220); }
td.TdClassName
{
border-color: #021DDC;
}
.TagClassName
{
border-color: #021DDC;
}
</style>