Shades of Medium Blue #020AD4
Tints of Medium Blue #020AD4
RGB
CMYK
RGB Variations
Color information
#020AD4 (or 0x020AD4) is known color: Medium Blue. HEX triplet: 02, 0A and D4. RGB value is (2,10,212). Sum of RGB (Red+Green+Blue) = 2+10+212=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 212 (83.20% from 255 or 94.64% from 224); Max value from RGB is 212 - color contains mainly: blue. Hex color #020AD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020AD4 is #FDF52B. Grayscale: #1D1D1D. Windows color (decimal): -16643372 or 13896194. OLE color: 13896194.
HSL color Cylindrical-coordinate representation of color #020AD4: hue angle of 237.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AD4 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 10 | 212 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.17 |
| HSL | 237.71º | 0.98% | 0.42% | - |
| HSV(B) | 237.71º | 0.99% | 0.83% | - |
| XYZ | 12.02 | 4.98 | 62.62 | - |
| YUV | 30.64 | 230.35 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 212 | 0.99 | 0.95 | 0 | 0.17 | 237.71 | 0.98 | 0.42 |
| Hex | 2 | A | D4 | 63 | 5F | 0 | 11 | EE | 62 | 2A |
| Octal | 2 | 12 | 324 | 143 | 137 | 0 | 21 | 356 | 142 | 52 |
| Binary | 10 | 1010 | 11010100 | 1100011 | 1011111 | 0 | 10001 | 11101110 | 1100010 | 101010 |
Color Harmonies of #020AD4
Complementary color
Monochromatic Colors of #020AD4
Black with #020AD4
Text Example
Text Example
White with #020AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AD4; }
p { color: rgb(2,10,212); }
H1.HeaderClassName
{
color: #020AD4;
}
.AnyTagClassName
{
color: #020AD4;
}
</style>
background-color css
<style>
a { background-color: #020AD4; }
a { background-color: rgb(2,10,212); }
div.DivClassName
{
background-color: #020AD4;
}
.BgClassName
{
background-color: #020AD4;
}
</style>
border-color css
<style>
span { border-color: #020AD4; }
span { border-color: rgb(2,10,212); }
td.TdClassName
{
border-color: #020AD4;
}
.TagClassName
{
border-color: #020AD4;
}
</style>