Shades of Medium Blue #2008D6
Tints of Medium Blue #2008D6
RGB
CMYK
RGB Variations
Color information
#2008D6 (or 0x2008D6) is known color: Medium Blue. HEX triplet: 20, 08 and D6. RGB value is (32,8,214). Sum of RGB (Red+Green+Blue) = 32+8+214=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 214 (83.98% from 255 or 84.25% from 254); Max value from RGB is 214 - color contains mainly: blue. Hex color #2008D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008D6 is #DFF729. Grayscale: #252525. Windows color (decimal): -14677802 or 14026784. OLE color: 14026784.
HSL color Cylindrical-coordinate representation of color #2008D6: hue angle of 246.99º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008D6 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 8 | 214 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.16 |
| HSL | 246.99º | 0.93% | 0.44% | - |
| HSV(B) | 246.99º | 0.96% | 0.84% | - |
| XYZ | 12.82 | 5.34 | 63.97 | - |
| YUV | 38.66 | 226.95 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 214 | 0.85 | 0.96 | 0 | 0.16 | 246.99 | 0.93 | 0.44 |
| Hex | 20 | 8 | D6 | 55 | 60 | 0 | 10 | F7 | 5D | 2C |
| Octal | 40 | 10 | 326 | 125 | 140 | 0 | 20 | 367 | 135 | 54 |
| Binary | 100000 | 1000 | 11010110 | 1010101 | 1100000 | 0 | 10000 | 11110111 | 1011101 | 101100 |
Color Harmonies of #2008D6
Complementary color
Monochromatic Colors of #2008D6
Black with #2008D6
Text Example
Text Example
White with #2008D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008D6; }
p { color: rgb(32,8,214); }
H1.HeaderClassName
{
color: #2008D6;
}
.AnyTagClassName
{
color: #2008D6;
}
</style>
background-color css
<style>
a { background-color: #2008D6; }
a { background-color: rgb(32,8,214); }
div.DivClassName
{
background-color: #2008D6;
}
.BgClassName
{
background-color: #2008D6;
}
</style>
border-color css
<style>
span { border-color: #2008D6; }
span { border-color: rgb(32,8,214); }
td.TdClassName
{
border-color: #2008D6;
}
.TagClassName
{
border-color: #2008D6;
}
</style>