Shades of Medium Blue #020DBD
Tints of Medium Blue #020DBD
RGB
CMYK
RGB Variations
Color information
#020DBD (or 0x020DBD) is known color: Medium Blue. HEX triplet: 02, 0D and BD. RGB value is (2,13,189). Sum of RGB (Red+Green+Blue) = 2+13+189=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 189 (74.22% from 255 or 92.65% from 204); Max value from RGB is 189 - color contains mainly: blue. Hex color #020DBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DBD is #FDF242. Grayscale: #1D1D1D. Windows color (decimal): -16642627 or 12389634. OLE color: 12389634.
HSL color Cylindrical-coordinate representation of color #020DBD: hue angle of 236.47º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DBD is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 13 | 189 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.26 |
| HSL | 236.47º | 0.98% | 0.37% | - |
| HSV(B) | 236.47º | 0.99% | 0.74% | - |
| XYZ | 9.35 | 3.97 | 48.42 | - |
| YUV | 29.78 | 217.86 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 189 | 0.99 | 0.93 | 0 | 0.26 | 236.47 | 0.98 | 0.37 |
| Hex | 2 | D | BD | 63 | 5D | 0 | 1A | EC | 62 | 25 |
| Octal | 2 | 15 | 275 | 143 | 135 | 0 | 32 | 354 | 142 | 45 |
| Binary | 10 | 1101 | 10111101 | 1100011 | 1011101 | 0 | 11010 | 11101100 | 1100010 | 100101 |
Color Harmonies of #020DBD
Complementary color
Monochromatic Colors of #020DBD
Black with #020DBD
Text Example
Text Example
White with #020DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DBD; }
p { color: rgb(2,13,189); }
H1.HeaderClassName
{
color: #020DBD;
}
.AnyTagClassName
{
color: #020DBD;
}
</style>
background-color css
<style>
a { background-color: #020DBD; }
a { background-color: rgb(2,13,189); }
div.DivClassName
{
background-color: #020DBD;
}
.BgClassName
{
background-color: #020DBD;
}
</style>
border-color css
<style>
span { border-color: #020DBD; }
span { border-color: rgb(2,13,189); }
td.TdClassName
{
border-color: #020DBD;
}
.TagClassName
{
border-color: #020DBD;
}
</style>