Shades of Medium Blue #020ADD
Tints of Medium Blue #020ADD
RGB
CMYK
RGB Variations
Color information
#020ADD (or 0x020ADD) is known color: Medium Blue. HEX triplet: 02, 0A and DD. RGB value is (2,10,221). Sum of RGB (Red+Green+Blue) = 2+10+221=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 221 (86.72% from 255 or 94.85% from 233); Max value from RGB is 221 - color contains mainly: blue. Hex color #020ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ADD is #FDF522. Grayscale: #1E1E1E. Windows color (decimal): -16643363 or 14486018. OLE color: 14486018.
HSL color Cylindrical-coordinate representation of color #020ADD: hue angle of 237.81º 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 #020ADD is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 10 | 221 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.13 |
| HSL | 237.81º | 0.98% | 0.44% | - |
| HSV(B) | 237.81º | 0.99% | 0.87% | - |
| XYZ | 13.18 | 5.45 | 68.76 | - |
| YUV | 31.66 | 234.85 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 221 | 0.99 | 0.95 | 0 | 0.13 | 237.81 | 0.98 | 0.44 |
| Hex | 2 | A | DD | 63 | 5F | 0 | D | EE | 62 | 2C |
| Octal | 2 | 12 | 335 | 143 | 137 | 0 | 15 | 356 | 142 | 54 |
| Binary | 10 | 1010 | 11011101 | 1100011 | 1011111 | 0 | 1101 | 11101110 | 1100010 | 101100 |
Color Harmonies of #020ADD
Complementary color
Monochromatic Colors of #020ADD
Black with #020ADD
Text Example
Text Example
White with #020ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020ADD; }
p { color: rgb(2,10,221); }
H1.HeaderClassName
{
color: #020ADD;
}
.AnyTagClassName
{
color: #020ADD;
}
</style>
background-color css
<style>
a { background-color: #020ADD; }
a { background-color: rgb(2,10,221); }
div.DivClassName
{
background-color: #020ADD;
}
.BgClassName
{
background-color: #020ADD;
}
</style>
border-color css
<style>
span { border-color: #020ADD; }
span { border-color: rgb(2,10,221); }
td.TdClassName
{
border-color: #020ADD;
}
.TagClassName
{
border-color: #020ADD;
}
</style>