Shades of Medium Blue #020BDE
Tints of Medium Blue #020BDE
RGB
CMYK
RGB Variations
Color information
#020BDE (or 0x020BDE) is known color: Medium Blue. HEX triplet: 02, 0B and DE. RGB value is (2,11,222). Sum of RGB (Red+Green+Blue) = 2+11+222=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 222 (87.11% from 255 or 94.47% from 235); Max value from RGB is 222 - color contains mainly: blue. Hex color #020BDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BDE is #FDF421. Grayscale: #1F1F1F. Windows color (decimal): -16643106 or 14551810. OLE color: 14551810.
HSL color Cylindrical-coordinate representation of color #020BDE: hue angle of 237.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BDE is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 11 | 222 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.13 |
| HSL | 237.55º | 0.98% | 0.44% | - |
| HSV(B) | 237.55º | 0.99% | 0.87% | - |
| XYZ | 13.33 | 5.53 | 69.47 | - |
| YUV | 32.36 | 235.02 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 222 | 0.99 | 0.95 | 0 | 0.13 | 237.55 | 0.98 | 0.44 |
| Hex | 2 | B | DE | 63 | 5F | 0 | D | EE | 62 | 2C |
| Octal | 2 | 13 | 336 | 143 | 137 | 0 | 15 | 356 | 142 | 54 |
| Binary | 10 | 1011 | 11011110 | 1100011 | 1011111 | 0 | 1101 | 11101110 | 1100010 | 101100 |
Color Harmonies of #020BDE
Complementary color
Monochromatic Colors of #020BDE
Black with #020BDE
Text Example
Text Example
White with #020BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BDE; }
p { color: rgb(2,11,222); }
H1.HeaderClassName
{
color: #020BDE;
}
.AnyTagClassName
{
color: #020BDE;
}
</style>
background-color css
<style>
a { background-color: #020BDE; }
a { background-color: rgb(2,11,222); }
div.DivClassName
{
background-color: #020BDE;
}
.BgClassName
{
background-color: #020BDE;
}
</style>
border-color css
<style>
span { border-color: #020BDE; }
span { border-color: rgb(2,11,222); }
td.TdClassName
{
border-color: #020BDE;
}
.TagClassName
{
border-color: #020BDE;
}
</style>