Shades of Medium Blue #0211BD
Tints of Medium Blue #0211BD
RGB
CMYK
RGB Variations
Color information
#0211BD (or 0x0211BD) is known color: Medium Blue. HEX triplet: 02, 11 and BD. RGB value is (2,17,189). Sum of RGB (Red+Green+Blue) = 2+17+189=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 189 (74.22% from 255 or 90.87% from 208); Max value from RGB is 189 - color contains mainly: blue. Hex color #0211BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211BD is #FDEE42. Grayscale: #1F1F1F. Windows color (decimal): -16641603 or 12390658. OLE color: 12390658.
HSL color Cylindrical-coordinate representation of color #0211BD: hue angle of 235.19º 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 #0211BD is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 17 | 189 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.26 |
| HSL | 235.19º | 0.98% | 0.37% | - |
| HSV(B) | 235.19º | 0.99% | 0.74% | - |
| XYZ | 9.41 | 4.09 | 48.44 | - |
| YUV | 32.12 | 216.53 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 189 | 0.99 | 0.91 | 0 | 0.26 | 235.19 | 0.98 | 0.37 |
| Hex | 2 | 11 | BD | 63 | 5B | 0 | 1A | EB | 62 | 25 |
| Octal | 2 | 21 | 275 | 143 | 133 | 0 | 32 | 353 | 142 | 45 |
| Binary | 10 | 10001 | 10111101 | 1100011 | 1011011 | 0 | 11010 | 11101011 | 1100010 | 100101 |
Color Harmonies of #0211BD
Complementary color
Monochromatic Colors of #0211BD
Black with #0211BD
Text Example
Text Example
White with #0211BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211BD; }
p { color: rgb(2,17,189); }
H1.HeaderClassName
{
color: #0211BD;
}
.AnyTagClassName
{
color: #0211BD;
}
</style>
background-color css
<style>
a { background-color: #0211BD; }
a { background-color: rgb(2,17,189); }
div.DivClassName
{
background-color: #0211BD;
}
.BgClassName
{
background-color: #0211BD;
}
</style>
border-color css
<style>
span { border-color: #0211BD; }
span { border-color: rgb(2,17,189); }
td.TdClassName
{
border-color: #0211BD;
}
.TagClassName
{
border-color: #0211BD;
}
</style>