Shades of Medium Blue #2006BE
Tints of Medium Blue #2006BE
RGB
CMYK
RGB Variations
Color information
#2006BE (or 0x2006BE) is known color: Medium Blue. HEX triplet: 20, 06 and BE. RGB value is (32,6,190). Sum of RGB (Red+Green+Blue) = 32+6+190=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 190 (74.61% from 255 or 83.33% from 228); Max value from RGB is 190 - color contains mainly: blue. Hex color #2006BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2006BE is #DFF941. Grayscale: #222222. Windows color (decimal): -14678338 or 12453408. OLE color: 12453408.
HSL color Cylindrical-coordinate representation of color #2006BE: hue angle of 248.48º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2006BE is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 6 | 190 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.25 |
| HSL | 248.48º | 0.94% | 0.38% | - |
| HSV(B) | 248.48º | 0.97% | 0.75% | - |
| XYZ | 9.96 | 4.16 | 48.99 | - |
| YUV | 34.75 | 215.61 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 190 | 0.83 | 0.97 | 0 | 0.25 | 248.48 | 0.94 | 0.38 |
| Hex | 20 | 6 | BE | 53 | 61 | 0 | 19 | F8 | 5E | 26 |
| Octal | 40 | 6 | 276 | 123 | 141 | 0 | 31 | 370 | 136 | 46 |
| Binary | 100000 | 110 | 10111110 | 1010011 | 1100001 | 0 | 11001 | 11111000 | 1011110 | 100110 |
Color Harmonies of #2006BE
Complementary color
Monochromatic Colors of #2006BE
Black with #2006BE
Text Example
Text Example
White with #2006BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2006BE; }
p { color: rgb(32,6,190); }
H1.HeaderClassName
{
color: #2006BE;
}
.AnyTagClassName
{
color: #2006BE;
}
</style>
background-color css
<style>
a { background-color: #2006BE; }
a { background-color: rgb(32,6,190); }
div.DivClassName
{
background-color: #2006BE;
}
.BgClassName
{
background-color: #2006BE;
}
</style>
border-color css
<style>
span { border-color: #2006BE; }
span { border-color: rgb(32,6,190); }
td.TdClassName
{
border-color: #2006BE;
}
.TagClassName
{
border-color: #2006BE;
}
</style>