Shades of Medium Blue #2008CD
Tints of Medium Blue #2008CD
RGB
CMYK
RGB Variations
Color information
#2008CD (or 0x2008CD) is known color: Medium Blue. HEX triplet: 20, 08 and CD. RGB value is (32,8,205). Sum of RGB (Red+Green+Blue) = 32+8+205=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 205 (80.47% from 255 or 83.67% from 245); Max value from RGB is 205 - color contains mainly: blue. Hex color #2008CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008CD is #DFF732. Grayscale: #242424. Windows color (decimal): -14677811 or 13436960. OLE color: 13436960.
HSL color Cylindrical-coordinate representation of color #2008CD: hue angle of 247.31º 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 #2008CD is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 8 | 205 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.20 |
| HSL | 247.31º | 0.92% | 0.42% | - |
| HSV(B) | 247.31º | 0.96% | 0.8% | - |
| XYZ | 11.7 | 4.89 | 58.08 | - |
| YUV | 37.63 | 222.45 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 205 | 0.84 | 0.96 | 0 | 0.20 | 247.31 | 0.92 | 0.42 |
| Hex | 20 | 8 | CD | 54 | 60 | 0 | 14 | F7 | 5C | 2A |
| Octal | 40 | 10 | 315 | 124 | 140 | 0 | 24 | 367 | 134 | 52 |
| Binary | 100000 | 1000 | 11001101 | 1010100 | 1100000 | 0 | 10100 | 11110111 | 1011100 | 101010 |
Color Harmonies of #2008CD
Complementary color
Monochromatic Colors of #2008CD
Black with #2008CD
Text Example
Text Example
White with #2008CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008CD; }
p { color: rgb(32,8,205); }
H1.HeaderClassName
{
color: #2008CD;
}
.AnyTagClassName
{
color: #2008CD;
}
</style>
background-color css
<style>
a { background-color: #2008CD; }
a { background-color: rgb(32,8,205); }
div.DivClassName
{
background-color: #2008CD;
}
.BgClassName
{
background-color: #2008CD;
}
</style>
border-color css
<style>
span { border-color: #2008CD; }
span { border-color: rgb(32,8,205); }
td.TdClassName
{
border-color: #2008CD;
}
.TagClassName
{
border-color: #2008CD;
}
</style>