Shades of Medium Blue #2008CC
Tints of Medium Blue #2008CC
RGB
CMYK
RGB Variations
Color information
#2008CC (or 0x2008CC) is known color: Medium Blue. HEX triplet: 20, 08 and CC. RGB value is (32,8,204). Sum of RGB (Red+Green+Blue) = 32+8+204=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #2008CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008CC is #DFF733. Grayscale: #242424. Windows color (decimal): -14677812 or 13371424. OLE color: 13371424.
HSL color Cylindrical-coordinate representation of color #2008CC: hue angle of 247.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008CC is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 8 | 204 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.2 |
| HSL | 247.35º | 0.92% | 0.42% | - |
| HSV(B) | 247.35º | 0.96% | 0.8% | - |
| XYZ | 11.58 | 4.84 | 57.45 | - |
| YUV | 37.52 | 221.95 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 204 | 0.84 | 0.96 | 0 | 0.2 | 247.35 | 0.92 | 0.42 |
| Hex | 20 | 8 | CC | 54 | 60 | 0 | 14 | F7 | 5C | 2A |
| Octal | 40 | 10 | 314 | 124 | 140 | 0 | 24 | 367 | 134 | 52 |
| Binary | 100000 | 1000 | 11001100 | 1010100 | 1100000 | 0 | 10100 | 11110111 | 1011100 | 101010 |
Color Harmonies of #2008CC
Complementary color
Monochromatic Colors of #2008CC
Black with #2008CC
Text Example
Text Example
White with #2008CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008CC; }
p { color: rgb(32,8,204); }
H1.HeaderClassName
{
color: #2008CC;
}
.AnyTagClassName
{
color: #2008CC;
}
</style>
background-color css
<style>
a { background-color: #2008CC; }
a { background-color: rgb(32,8,204); }
div.DivClassName
{
background-color: #2008CC;
}
.BgClassName
{
background-color: #2008CC;
}
</style>
border-color css
<style>
span { border-color: #2008CC; }
span { border-color: rgb(32,8,204); }
td.TdClassName
{
border-color: #2008CC;
}
.TagClassName
{
border-color: #2008CC;
}
</style>