Shades of Medium Blue #020BBD
Tints of Medium Blue #020BBD
RGB
CMYK
RGB Variations
Color information
#020BBD (or 0x020BBD) is known color: Medium Blue. HEX triplet: 02, 0B and BD. RGB value is (2,11,189). Sum of RGB (Red+Green+Blue) = 2+11+189=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 189 (74.22% from 255 or 93.56% from 202); Max value from RGB is 189 - color contains mainly: blue. Hex color #020BBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BBD is #FDF442. Grayscale: #1B1B1B. Windows color (decimal): -16643139 or 12389122. OLE color: 12389122.
HSL color Cylindrical-coordinate representation of color #020BBD: hue angle of 237.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BBD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 11 | 189 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.26 |
| HSL | 237.11º | 0.98% | 0.37% | - |
| HSV(B) | 237.11º | 0.99% | 0.74% | - |
| XYZ | 9.33 | 3.93 | 48.41 | - |
| YUV | 28.6 | 218.52 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 189 | 0.99 | 0.94 | 0 | 0.26 | 237.11 | 0.98 | 0.37 |
| Hex | 2 | B | BD | 63 | 5E | 0 | 1A | ED | 62 | 25 |
| Octal | 2 | 13 | 275 | 143 | 136 | 0 | 32 | 355 | 142 | 45 |
| Binary | 10 | 1011 | 10111101 | 1100011 | 1011110 | 0 | 11010 | 11101101 | 1100010 | 100101 |
Color Harmonies of #020BBD
Complementary color
Monochromatic Colors of #020BBD
Black with #020BBD
Text Example
Text Example
White with #020BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BBD; }
p { color: rgb(2,11,189); }
H1.HeaderClassName
{
color: #020BBD;
}
.AnyTagClassName
{
color: #020BBD;
}
</style>
background-color css
<style>
a { background-color: #020BBD; }
a { background-color: rgb(2,11,189); }
div.DivClassName
{
background-color: #020BBD;
}
.BgClassName
{
background-color: #020BBD;
}
</style>
border-color css
<style>
span { border-color: #020BBD; }
span { border-color: rgb(2,11,189); }
td.TdClassName
{
border-color: #020BBD;
}
.TagClassName
{
border-color: #020BBD;
}
</style>