Shades of Medium Blue #2008D9
Tints of Medium Blue #2008D9
RGB
CMYK
RGB Variations
Color information
#2008D9 (or 0x2008D9) is known color: Medium Blue. HEX triplet: 20, 08 and D9. RGB value is (32,8,217). Sum of RGB (Red+Green+Blue) = 32+8+217=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 217 (85.16% from 255 or 84.44% from 257); Max value from RGB is 217 - color contains mainly: blue. Hex color #2008D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008D9 is #DFF726. Grayscale: #262626. Windows color (decimal): -14677799 or 14223392. OLE color: 14223392.
HSL color Cylindrical-coordinate representation of color #2008D9: hue angle of 246.89º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008D9 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 8 | 217 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.15 |
| HSL | 246.89º | 0.93% | 0.44% | - |
| HSV(B) | 246.89º | 0.96% | 0.85% | - |
| XYZ | 13.21 | 5.49 | 66.01 | - |
| YUV | 39 | 228.45 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 217 | 0.85 | 0.96 | 0 | 0.15 | 246.89 | 0.93 | 0.44 |
| Hex | 20 | 8 | D9 | 55 | 60 | 0 | F | F7 | 5D | 2C |
| Octal | 40 | 10 | 331 | 125 | 140 | 0 | 17 | 367 | 135 | 54 |
| Binary | 100000 | 1000 | 11011001 | 1010101 | 1100000 | 0 | 1111 | 11110111 | 1011101 | 101100 |
Color Harmonies of #2008D9
Complementary color
Monochromatic Colors of #2008D9
Black with #2008D9
Text Example
Text Example
White with #2008D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008D9; }
p { color: rgb(32,8,217); }
H1.HeaderClassName
{
color: #2008D9;
}
.AnyTagClassName
{
color: #2008D9;
}
</style>
background-color css
<style>
a { background-color: #2008D9; }
a { background-color: rgb(32,8,217); }
div.DivClassName
{
background-color: #2008D9;
}
.BgClassName
{
background-color: #2008D9;
}
</style>
border-color css
<style>
span { border-color: #2008D9; }
span { border-color: rgb(32,8,217); }
td.TdClassName
{
border-color: #2008D9;
}
.TagClassName
{
border-color: #2008D9;
}
</style>