Shades of Medium Blue #020DC9
Tints of Medium Blue #020DC9
RGB
CMYK
RGB Variations
Color information
#020DC9 (or 0x020DC9) is known color: Medium Blue. HEX triplet: 02, 0D and C9. RGB value is (2,13,201). Sum of RGB (Red+Green+Blue) = 2+13+201=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 201 (78.91% from 255 or 93.06% from 216); Max value from RGB is 201 - color contains mainly: blue. Hex color #020DC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DC9 is #FDF236. Grayscale: #1E1E1E. Windows color (decimal): -16642615 or 13176066. OLE color: 13176066.
HSL color Cylindrical-coordinate representation of color #020DC9: hue angle of 236.68º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DC9 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 13 | 201 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.21 |
| HSL | 236.68º | 0.98% | 0.4% | - |
| HSV(B) | 236.68º | 0.99% | 0.79% | - |
| XYZ | 10.71 | 4.52 | 55.57 | - |
| YUV | 31.14 | 223.86 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 201 | 0.99 | 0.94 | 0 | 0.21 | 236.68 | 0.98 | 0.4 |
| Hex | 2 | D | C9 | 63 | 5E | 0 | 15 | ED | 62 | 28 |
| Octal | 2 | 15 | 311 | 143 | 136 | 0 | 25 | 355 | 142 | 50 |
| Binary | 10 | 1101 | 11001001 | 1100011 | 1011110 | 0 | 10101 | 11101101 | 1100010 | 101000 |
Color Harmonies of #020DC9
Complementary color
Monochromatic Colors of #020DC9
Black with #020DC9
Text Example
Text Example
White with #020DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DC9; }
p { color: rgb(2,13,201); }
H1.HeaderClassName
{
color: #020DC9;
}
.AnyTagClassName
{
color: #020DC9;
}
</style>
background-color css
<style>
a { background-color: #020DC9; }
a { background-color: rgb(2,13,201); }
div.DivClassName
{
background-color: #020DC9;
}
.BgClassName
{
background-color: #020DC9;
}
</style>
border-color css
<style>
span { border-color: #020DC9; }
span { border-color: rgb(2,13,201); }
td.TdClassName
{
border-color: #020DC9;
}
.TagClassName
{
border-color: #020DC9;
}
</style>