Shades of Medium Blue #2008D7
Tints of Medium Blue #2008D7
RGB
CMYK
RGB Variations
Color information
#2008D7 (or 0x2008D7) is known color: Medium Blue. HEX triplet: 20, 08 and D7. RGB value is (32,8,215). Sum of RGB (Red+Green+Blue) = 32+8+215=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 215 (84.38% from 255 or 84.31% from 255); Max value from RGB is 215 - color contains mainly: blue. Hex color #2008D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008D7 is #DFF728. Grayscale: #252525. Windows color (decimal): -14677801 or 14092320. OLE color: 14092320.
HSL color Cylindrical-coordinate representation of color #2008D7: hue angle of 246.96º 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 #2008D7 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 8 | 215 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.16 |
| HSL | 246.96º | 0.93% | 0.44% | - |
| HSV(B) | 246.96º | 0.96% | 0.84% | - |
| XYZ | 12.95 | 5.39 | 64.65 | - |
| YUV | 38.77 | 227.45 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 215 | 0.85 | 0.96 | 0 | 0.16 | 246.96 | 0.93 | 0.44 |
| Hex | 20 | 8 | D7 | 55 | 60 | 0 | 10 | F7 | 5D | 2C |
| Octal | 40 | 10 | 327 | 125 | 140 | 0 | 20 | 367 | 135 | 54 |
| Binary | 100000 | 1000 | 11010111 | 1010101 | 1100000 | 0 | 10000 | 11110111 | 1011101 | 101100 |
Color Harmonies of #2008D7
Complementary color
Monochromatic Colors of #2008D7
Black with #2008D7
Text Example
Text Example
White with #2008D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008D7; }
p { color: rgb(32,8,215); }
H1.HeaderClassName
{
color: #2008D7;
}
.AnyTagClassName
{
color: #2008D7;
}
</style>
background-color css
<style>
a { background-color: #2008D7; }
a { background-color: rgb(32,8,215); }
div.DivClassName
{
background-color: #2008D7;
}
.BgClassName
{
background-color: #2008D7;
}
</style>
border-color css
<style>
span { border-color: #2008D7; }
span { border-color: rgb(32,8,215); }
td.TdClassName
{
border-color: #2008D7;
}
.TagClassName
{
border-color: #2008D7;
}
</style>