Shades of Medium Blue #020BD0
Tints of Medium Blue #020BD0
RGB
CMYK
RGB Variations
Color information
#020BD0 (or 0x020BD0) is known color: Medium Blue. HEX triplet: 02, 0B and D0. RGB value is (2,11,208). Sum of RGB (Red+Green+Blue) = 2+11+208=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 208 (81.64% from 255 or 94.12% from 221); Max value from RGB is 208 - color contains mainly: blue. Hex color #020BD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BD0 is #FDF42F. Grayscale: #1D1D1D. Windows color (decimal): -16643120 or 13634306. OLE color: 13634306.
HSL color Cylindrical-coordinate representation of color #020BD0: hue angle of 237.38º 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 #020BD0 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 11 | 208 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.18 |
| HSL | 237.38º | 0.98% | 0.41% | - |
| HSV(B) | 237.38º | 0.99% | 0.82% | - |
| XYZ | 11.53 | 4.81 | 59.99 | - |
| YUV | 30.77 | 228.02 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 208 | 0.99 | 0.95 | 0 | 0.18 | 237.38 | 0.98 | 0.41 |
| Hex | 2 | B | D0 | 63 | 5F | 0 | 12 | ED | 62 | 29 |
| Octal | 2 | 13 | 320 | 143 | 137 | 0 | 22 | 355 | 142 | 51 |
| Binary | 10 | 1011 | 11010000 | 1100011 | 1011111 | 0 | 10010 | 11101101 | 1100010 | 101001 |
Color Harmonies of #020BD0
Complementary color
Monochromatic Colors of #020BD0
Black with #020BD0
Text Example
Text Example
White with #020BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BD0; }
p { color: rgb(2,11,208); }
H1.HeaderClassName
{
color: #020BD0;
}
.AnyTagClassName
{
color: #020BD0;
}
</style>
background-color css
<style>
a { background-color: #020BD0; }
a { background-color: rgb(2,11,208); }
div.DivClassName
{
background-color: #020BD0;
}
.BgClassName
{
background-color: #020BD0;
}
</style>
border-color css
<style>
span { border-color: #020BD0; }
span { border-color: rgb(2,11,208); }
td.TdClassName
{
border-color: #020BD0;
}
.TagClassName
{
border-color: #020BD0;
}
</style>