Shades of Medium Blue #020BDC
Tints of Medium Blue #020BDC
RGB
CMYK
RGB Variations
Color information
#020BDC (or 0x020BDC) is known color: Medium Blue. HEX triplet: 02, 0B and DC. RGB value is (2,11,220). Sum of RGB (Red+Green+Blue) = 2+11+220=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 220 (86.33% from 255 or 94.42% from 233); Max value from RGB is 220 - color contains mainly: blue. Hex color #020BDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BDC is #FDF423. Grayscale: #1F1F1F. Windows color (decimal): -16643108 or 14420738. OLE color: 14420738.
HSL color Cylindrical-coordinate representation of color #020BDC: hue angle of 237.52º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BDC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 11 | 220 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.14 |
| HSL | 237.52º | 0.98% | 0.44% | - |
| HSV(B) | 237.52º | 0.99% | 0.86% | - |
| XYZ | 13.06 | 5.42 | 68.07 | - |
| YUV | 32.14 | 234.02 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 220 | 0.99 | 0.95 | 0 | 0.14 | 237.52 | 0.98 | 0.44 |
| Hex | 2 | B | DC | 63 | 5F | 0 | E | EE | 62 | 2C |
| Octal | 2 | 13 | 334 | 143 | 137 | 0 | 16 | 356 | 142 | 54 |
| Binary | 10 | 1011 | 11011100 | 1100011 | 1011111 | 0 | 1110 | 11101110 | 1100010 | 101100 |
Color Harmonies of #020BDC
Complementary color
Monochromatic Colors of #020BDC
Black with #020BDC
Text Example
Text Example
White with #020BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BDC; }
p { color: rgb(2,11,220); }
H1.HeaderClassName
{
color: #020BDC;
}
.AnyTagClassName
{
color: #020BDC;
}
</style>
background-color css
<style>
a { background-color: #020BDC; }
a { background-color: rgb(2,11,220); }
div.DivClassName
{
background-color: #020BDC;
}
.BgClassName
{
background-color: #020BDC;
}
</style>
border-color css
<style>
span { border-color: #020BDC; }
span { border-color: rgb(2,11,220); }
td.TdClassName
{
border-color: #020BDC;
}
.TagClassName
{
border-color: #020BDC;
}
</style>