Shades of Medium Blue #2006BB
Tints of Medium Blue #2006BB
RGB
CMYK
RGB Variations
Color information
#2006BB (or 0x2006BB) is known color: Medium Blue. HEX triplet: 20, 06 and BB. RGB value is (32,6,187). Sum of RGB (Red+Green+Blue) = 32+6+187=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #2006BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2006BB is #DFF944. Grayscale: #212121. Windows color (decimal): -14678341 or 12256800. OLE color: 12256800.
HSL color Cylindrical-coordinate representation of color #2006BB: hue angle of 248.62º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2006BB is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 6 | 187 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.27 |
| HSL | 248.62º | 0.94% | 0.38% | - |
| HSV(B) | 248.62º | 0.97% | 0.73% | - |
| XYZ | 9.63 | 4.03 | 47.28 | - |
| YUV | 34.41 | 214.11 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 187 | 0.83 | 0.97 | 0 | 0.27 | 248.62 | 0.94 | 0.38 |
| Hex | 20 | 6 | BB | 53 | 61 | 0 | 1B | F9 | 5E | 26 |
| Octal | 40 | 6 | 273 | 123 | 141 | 0 | 33 | 371 | 136 | 46 |
| Binary | 100000 | 110 | 10111011 | 1010011 | 1100001 | 0 | 11011 | 11111001 | 1011110 | 100110 |
Color Harmonies of #2006BB
Complementary color
Monochromatic Colors of #2006BB
Black with #2006BB
Text Example
Text Example
White with #2006BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2006BB; }
p { color: rgb(32,6,187); }
H1.HeaderClassName
{
color: #2006BB;
}
.AnyTagClassName
{
color: #2006BB;
}
</style>
background-color css
<style>
a { background-color: #2006BB; }
a { background-color: rgb(32,6,187); }
div.DivClassName
{
background-color: #2006BB;
}
.BgClassName
{
background-color: #2006BB;
}
</style>
border-color css
<style>
span { border-color: #2006BB; }
span { border-color: rgb(32,6,187); }
td.TdClassName
{
border-color: #2006BB;
}
.TagClassName
{
border-color: #2006BB;
}
</style>