Shades of Medium Blue #020BDD
Tints of Medium Blue #020BDD
RGB
CMYK
RGB Variations
Color information
#020BDD (or 0x020BDD) is known color: Medium Blue. HEX triplet: 02, 0B and DD. RGB value is (2,11,221). Sum of RGB (Red+Green+Blue) = 2+11+221=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 221 (86.72% from 255 or 94.44% from 234); Max value from RGB is 221 - color contains mainly: blue. Hex color #020BDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BDD is #FDF422. Grayscale: #1F1F1F. Windows color (decimal): -16643107 or 14486274. OLE color: 14486274.
HSL color Cylindrical-coordinate representation of color #020BDD: hue angle of 237.53º 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 #020BDD is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 11 | 221 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.13 |
| HSL | 237.53º | 0.98% | 0.44% | - |
| HSV(B) | 237.53º | 0.99% | 0.87% | - |
| XYZ | 13.2 | 5.47 | 68.77 | - |
| YUV | 32.25 | 234.52 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 221 | 0.99 | 0.95 | 0 | 0.13 | 237.53 | 0.98 | 0.44 |
| Hex | 2 | B | DD | 63 | 5F | 0 | D | EE | 62 | 2C |
| Octal | 2 | 13 | 335 | 143 | 137 | 0 | 15 | 356 | 142 | 54 |
| Binary | 10 | 1011 | 11011101 | 1100011 | 1011111 | 0 | 1101 | 11101110 | 1100010 | 101100 |
Color Harmonies of #020BDD
Complementary color
Monochromatic Colors of #020BDD
Black with #020BDD
Text Example
Text Example
White with #020BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BDD; }
p { color: rgb(2,11,221); }
H1.HeaderClassName
{
color: #020BDD;
}
.AnyTagClassName
{
color: #020BDD;
}
</style>
background-color css
<style>
a { background-color: #020BDD; }
a { background-color: rgb(2,11,221); }
div.DivClassName
{
background-color: #020BDD;
}
.BgClassName
{
background-color: #020BDD;
}
</style>
border-color css
<style>
span { border-color: #020BDD; }
span { border-color: rgb(2,11,221); }
td.TdClassName
{
border-color: #020BDD;
}
.TagClassName
{
border-color: #020BDD;
}
</style>