Shades of Medium Blue #2006CD
Tints of Medium Blue #2006CD
RGB
CMYK
RGB Variations
Color information
#2006CD (or 0x2006CD) is known color: Medium Blue. HEX triplet: 20, 06 and CD. RGB value is (32,6,205). Sum of RGB (Red+Green+Blue) = 32+6+205=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 205 (80.47% from 255 or 84.36% from 243); Max value from RGB is 205 - color contains mainly: blue. Hex color #2006CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2006CD is #DFF932. Grayscale: #232323. Windows color (decimal): -14678323 or 13436448. OLE color: 13436448.
HSL color Cylindrical-coordinate representation of color #2006CD: hue angle of 247.84º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2006CD is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 6 | 205 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.20 |
| HSL | 247.84º | 0.94% | 0.41% | - |
| HSV(B) | 247.84º | 0.97% | 0.8% | - |
| XYZ | 11.68 | 4.85 | 58.08 | - |
| YUV | 36.46 | 223.11 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 205 | 0.84 | 0.97 | 0 | 0.20 | 247.84 | 0.94 | 0.41 |
| Hex | 20 | 6 | CD | 54 | 61 | 0 | 14 | F8 | 5E | 29 |
| Octal | 40 | 6 | 315 | 124 | 141 | 0 | 24 | 370 | 136 | 51 |
| Binary | 100000 | 110 | 11001101 | 1010100 | 1100001 | 0 | 10100 | 11111000 | 1011110 | 101001 |
Color Harmonies of #2006CD
Complementary color
Monochromatic Colors of #2006CD
Black with #2006CD
Text Example
Text Example
White with #2006CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2006CD; }
p { color: rgb(32,6,205); }
H1.HeaderClassName
{
color: #2006CD;
}
.AnyTagClassName
{
color: #2006CD;
}
</style>
background-color css
<style>
a { background-color: #2006CD; }
a { background-color: rgb(32,6,205); }
div.DivClassName
{
background-color: #2006CD;
}
.BgClassName
{
background-color: #2006CD;
}
</style>
border-color css
<style>
span { border-color: #2006CD; }
span { border-color: rgb(32,6,205); }
td.TdClassName
{
border-color: #2006CD;
}
.TagClassName
{
border-color: #2006CD;
}
</style>