Shades of Medium Blue #020AD0
Tints of Medium Blue #020AD0
RGB
CMYK
RGB Variations
Color information
#020AD0 (or 0x020AD0) is known color: Medium Blue. HEX triplet: 02, 0A and D0. RGB value is (2,10,208). Sum of RGB (Red+Green+Blue) = 2+10+208=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 208 (81.64% from 255 or 94.55% from 220); Max value from RGB is 208 - color contains mainly: blue. Hex color #020AD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020AD0 is #FDF52F. Grayscale: #1D1D1D. Windows color (decimal): -16643376 or 13634050. OLE color: 13634050.
HSL color Cylindrical-coordinate representation of color #020AD0: hue angle of 237.67º 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 #020AD0 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 10 | 208 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.18 |
| HSL | 237.67º | 0.98% | 0.41% | - |
| HSV(B) | 237.67º | 0.99% | 0.82% | - |
| XYZ | 11.52 | 4.78 | 59.99 | - |
| YUV | 30.18 | 228.35 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 208 | 0.99 | 0.95 | 0 | 0.18 | 237.67 | 0.98 | 0.41 |
| Hex | 2 | A | D0 | 63 | 5F | 0 | 12 | EE | 62 | 29 |
| Octal | 2 | 12 | 320 | 143 | 137 | 0 | 22 | 356 | 142 | 51 |
| Binary | 10 | 1010 | 11010000 | 1100011 | 1011111 | 0 | 10010 | 11101110 | 1100010 | 101001 |
Color Harmonies of #020AD0
Complementary color
Monochromatic Colors of #020AD0
Black with #020AD0
Text Example
Text Example
White with #020AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AD0; }
p { color: rgb(2,10,208); }
H1.HeaderClassName
{
color: #020AD0;
}
.AnyTagClassName
{
color: #020AD0;
}
</style>
background-color css
<style>
a { background-color: #020AD0; }
a { background-color: rgb(2,10,208); }
div.DivClassName
{
background-color: #020AD0;
}
.BgClassName
{
background-color: #020AD0;
}
</style>
border-color css
<style>
span { border-color: #020AD0; }
span { border-color: rgb(2,10,208); }
td.TdClassName
{
border-color: #020AD0;
}
.TagClassName
{
border-color: #020AD0;
}
</style>