Shades of Medium Blue #020DBE
Tints of Medium Blue #020DBE
RGB
CMYK
RGB Variations
Color information
#020DBE (or 0x020DBE) is known color: Medium Blue. HEX triplet: 02, 0D and BE. RGB value is (2,13,190). Sum of RGB (Red+Green+Blue) = 2+13+190=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 190 (74.61% from 255 or 92.68% from 205); Max value from RGB is 190 - color contains mainly: blue. Hex color #020DBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DBE is #FDF241. Grayscale: #1D1D1D. Windows color (decimal): -16642626 or 12455170. OLE color: 12455170.
HSL color Cylindrical-coordinate representation of color #020DBE: hue angle of 236.49º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DBE is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 13 | 190 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.25 |
| HSL | 236.49º | 0.98% | 0.38% | - |
| HSV(B) | 236.49º | 0.99% | 0.75% | - |
| XYZ | 9.46 | 4.02 | 48.99 | - |
| YUV | 29.89 | 218.36 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 190 | 0.99 | 0.93 | 0 | 0.25 | 236.49 | 0.98 | 0.38 |
| Hex | 2 | D | BE | 63 | 5D | 0 | 19 | EC | 62 | 26 |
| Octal | 2 | 15 | 276 | 143 | 135 | 0 | 31 | 354 | 142 | 46 |
| Binary | 10 | 1101 | 10111110 | 1100011 | 1011101 | 0 | 11001 | 11101100 | 1100010 | 100110 |
Color Harmonies of #020DBE
Complementary color
Monochromatic Colors of #020DBE
Black with #020DBE
Text Example
Text Example
White with #020DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DBE; }
p { color: rgb(2,13,190); }
H1.HeaderClassName
{
color: #020DBE;
}
.AnyTagClassName
{
color: #020DBE;
}
</style>
background-color css
<style>
a { background-color: #020DBE; }
a { background-color: rgb(2,13,190); }
div.DivClassName
{
background-color: #020DBE;
}
.BgClassName
{
background-color: #020DBE;
}
</style>
border-color css
<style>
span { border-color: #020DBE; }
span { border-color: rgb(2,13,190); }
td.TdClassName
{
border-color: #020DBE;
}
.TagClassName
{
border-color: #020DBE;
}
</style>