Shades of Medium Blue #2008C6
Tints of Medium Blue #2008C6
RGB
CMYK
RGB Variations
Color information
#2008C6 (or 0x2008C6) is known color: Medium Blue. HEX triplet: 20, 08 and C6. RGB value is (32,8,198). Sum of RGB (Red+Green+Blue) = 32+8+198=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 198 (77.73% from 255 or 83.19% from 238); Max value from RGB is 198 - color contains mainly: blue. Hex color #2008C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008C6 is #DFF739. Grayscale: #242424. Windows color (decimal): -14677818 or 12978208. OLE color: 12978208.
HSL color Cylindrical-coordinate representation of color #2008C6: hue angle of 247.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008C6 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 8 | 198 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.22 |
| HSL | 247.58º | 0.92% | 0.4% | - |
| HSV(B) | 247.58º | 0.96% | 0.78% | - |
| XYZ | 10.88 | 4.56 | 53.73 | - |
| YUV | 36.84 | 218.95 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 198 | 0.84 | 0.96 | 0 | 0.22 | 247.58 | 0.92 | 0.4 |
| Hex | 20 | 8 | C6 | 54 | 60 | 0 | 16 | F8 | 5C | 28 |
| Octal | 40 | 10 | 306 | 124 | 140 | 0 | 26 | 370 | 134 | 50 |
| Binary | 100000 | 1000 | 11000110 | 1010100 | 1100000 | 0 | 10110 | 11111000 | 1011100 | 101000 |
Color Harmonies of #2008C6
Complementary color
Monochromatic Colors of #2008C6
Black with #2008C6
Text Example
Text Example
White with #2008C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008C6; }
p { color: rgb(32,8,198); }
H1.HeaderClassName
{
color: #2008C6;
}
.AnyTagClassName
{
color: #2008C6;
}
</style>
background-color css
<style>
a { background-color: #2008C6; }
a { background-color: rgb(32,8,198); }
div.DivClassName
{
background-color: #2008C6;
}
.BgClassName
{
background-color: #2008C6;
}
</style>
border-color css
<style>
span { border-color: #2008C6; }
span { border-color: rgb(32,8,198); }
td.TdClassName
{
border-color: #2008C6;
}
.TagClassName
{
border-color: #2008C6;
}
</style>