Shades of Medium Blue #0211BE
Tints of Medium Blue #0211BE
RGB
CMYK
RGB Variations
Color information
#0211BE (or 0x0211BE) is known color: Medium Blue. HEX triplet: 02, 11 and BE. RGB value is (2,17,190). Sum of RGB (Red+Green+Blue) = 2+17+190=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 190 (74.61% from 255 or 90.91% from 209); Max value from RGB is 190 - color contains mainly: blue. Hex color #0211BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211BE is #FDEE41. Grayscale: #1F1F1F. Windows color (decimal): -16641602 or 12456194. OLE color: 12456194.
HSL color Cylindrical-coordinate representation of color #0211BE: hue angle of 235.21º 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 #0211BE is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 17 | 190 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.25 |
| HSL | 235.21º | 0.98% | 0.38% | - |
| HSV(B) | 235.21º | 0.99% | 0.75% | - |
| XYZ | 9.52 | 4.13 | 49.01 | - |
| YUV | 32.24 | 217.03 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 190 | 0.99 | 0.91 | 0 | 0.25 | 235.21 | 0.98 | 0.38 |
| Hex | 2 | 11 | BE | 63 | 5B | 0 | 19 | EB | 62 | 26 |
| Octal | 2 | 21 | 276 | 143 | 133 | 0 | 31 | 353 | 142 | 46 |
| Binary | 10 | 10001 | 10111110 | 1100011 | 1011011 | 0 | 11001 | 11101011 | 1100010 | 100110 |
Color Harmonies of #0211BE
Complementary color
Monochromatic Colors of #0211BE
Black with #0211BE
Text Example
Text Example
White with #0211BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211BE; }
p { color: rgb(2,17,190); }
H1.HeaderClassName
{
color: #0211BE;
}
.AnyTagClassName
{
color: #0211BE;
}
</style>
background-color css
<style>
a { background-color: #0211BE; }
a { background-color: rgb(2,17,190); }
div.DivClassName
{
background-color: #0211BE;
}
.BgClassName
{
background-color: #0211BE;
}
</style>
border-color css
<style>
span { border-color: #0211BE; }
span { border-color: rgb(2,17,190); }
td.TdClassName
{
border-color: #0211BE;
}
.TagClassName
{
border-color: #0211BE;
}
</style>