Shades of Medium Blue #021DCC
Tints of Medium Blue #021DCC
RGB
CMYK
RGB Variations
Color information
#021DCC (or 0x021DCC) is known color: Medium Blue. HEX triplet: 02, 1D and CC. RGB value is (2,29,204). Sum of RGB (Red+Green+Blue) = 2+29+204=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #021DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DCC is #FDE233. Grayscale: #282828. Windows color (decimal): -16638516 or 13376770. OLE color: 13376770.
HSL color Cylindrical-coordinate representation of color #021DCC: hue angle of 231.98º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DCC is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 29 | 204 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.2 |
| HSL | 231.98º | 0.98% | 0.4% | - |
| HSV(B) | 231.98º | 0.99% | 0.8% | - |
| XYZ | 11.36 | 5.25 | 57.54 | - |
| YUV | 40.88 | 220.05 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 204 | 0.99 | 0.86 | 0 | 0.2 | 231.98 | 0.98 | 0.4 |
| Hex | 2 | 1D | CC | 63 | 56 | 0 | 14 | E8 | 62 | 28 |
| Octal | 2 | 35 | 314 | 143 | 126 | 0 | 24 | 350 | 142 | 50 |
| Binary | 10 | 11101 | 11001100 | 1100011 | 1010110 | 0 | 10100 | 11101000 | 1100010 | 101000 |
Color Harmonies of #021DCC
Complementary color
Monochromatic Colors of #021DCC
Black with #021DCC
Text Example
Text Example
White with #021DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DCC; }
p { color: rgb(2,29,204); }
H1.HeaderClassName
{
color: #021DCC;
}
.AnyTagClassName
{
color: #021DCC;
}
</style>
background-color css
<style>
a { background-color: #021DCC; }
a { background-color: rgb(2,29,204); }
div.DivClassName
{
background-color: #021DCC;
}
.BgClassName
{
background-color: #021DCC;
}
</style>
border-color css
<style>
span { border-color: #021DCC; }
span { border-color: rgb(2,29,204); }
td.TdClassName
{
border-color: #021DCC;
}
.TagClassName
{
border-color: #021DCC;
}
</style>