Shades of Medium Blue #0211BF
Tints of Medium Blue #0211BF
RGB
CMYK
RGB Variations
Color information
#0211BF (or 0x0211BF) is known color: Medium Blue. HEX triplet: 02, 11 and BF. RGB value is (2,17,191). Sum of RGB (Red+Green+Blue) = 2+17+191=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 191 (75% from 255 or 90.95% from 210); Max value from RGB is 191 - color contains mainly: blue. Hex color #0211BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211BF is #FDEE40. Grayscale: #1F1F1F. Windows color (decimal): -16641601 or 12521730. OLE color: 12521730.
HSL color Cylindrical-coordinate representation of color #0211BF: hue angle of 235.24º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211BF is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 17 | 191 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.25 |
| HSL | 235.24º | 0.98% | 0.38% | - |
| HSV(B) | 235.24º | 0.99% | 0.75% | - |
| XYZ | 9.63 | 4.18 | 49.59 | - |
| YUV | 32.35 | 217.53 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 191 | 0.99 | 0.91 | 0 | 0.25 | 235.24 | 0.98 | 0.38 |
| Hex | 2 | 11 | BF | 63 | 5B | 0 | 19 | EB | 62 | 26 |
| Octal | 2 | 21 | 277 | 143 | 133 | 0 | 31 | 353 | 142 | 46 |
| Binary | 10 | 10001 | 10111111 | 1100011 | 1011011 | 0 | 11001 | 11101011 | 1100010 | 100110 |
Color Harmonies of #0211BF
Complementary color
Monochromatic Colors of #0211BF
Black with #0211BF
Text Example
Text Example
White with #0211BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211BF; }
p { color: rgb(2,17,191); }
H1.HeaderClassName
{
color: #0211BF;
}
.AnyTagClassName
{
color: #0211BF;
}
</style>
background-color css
<style>
a { background-color: #0211BF; }
a { background-color: rgb(2,17,191); }
div.DivClassName
{
background-color: #0211BF;
}
.BgClassName
{
background-color: #0211BF;
}
</style>
border-color css
<style>
span { border-color: #0211BF; }
span { border-color: rgb(2,17,191); }
td.TdClassName
{
border-color: #0211BF;
}
.TagClassName
{
border-color: #0211BF;
}
</style>