Shades of Medium Blue #2008D2
Tints of Medium Blue #2008D2
RGB
CMYK
RGB Variations
Color information
#2008D2 (or 0x2008D2) is known color: Medium Blue. HEX triplet: 20, 08 and D2. RGB value is (32,8,210). Sum of RGB (Red+Green+Blue) = 32+8+210=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 210 (82.42% from 255 or 84% from 250); Max value from RGB is 210 - color contains mainly: blue. Hex color #2008D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008D2 is #DFF72D. Grayscale: #252525. Windows color (decimal): -14677806 or 13764640. OLE color: 13764640.
HSL color Cylindrical-coordinate representation of color #2008D2: hue angle of 247.13º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008D2 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 8 | 210 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.18 |
| HSL | 247.13º | 0.93% | 0.43% | - |
| HSV(B) | 247.13º | 0.96% | 0.82% | - |
| XYZ | 12.32 | 5.13 | 61.31 | - |
| YUV | 38.2 | 224.95 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 210 | 0.85 | 0.96 | 0 | 0.18 | 247.13 | 0.93 | 0.43 |
| Hex | 20 | 8 | D2 | 55 | 60 | 0 | 12 | F7 | 5D | 2B |
| Octal | 40 | 10 | 322 | 125 | 140 | 0 | 22 | 367 | 135 | 53 |
| Binary | 100000 | 1000 | 11010010 | 1010101 | 1100000 | 0 | 10010 | 11110111 | 1011101 | 101011 |
Color Harmonies of #2008D2
Complementary color
Monochromatic Colors of #2008D2
Black with #2008D2
Text Example
Text Example
White with #2008D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008D2; }
p { color: rgb(32,8,210); }
H1.HeaderClassName
{
color: #2008D2;
}
.AnyTagClassName
{
color: #2008D2;
}
</style>
background-color css
<style>
a { background-color: #2008D2; }
a { background-color: rgb(32,8,210); }
div.DivClassName
{
background-color: #2008D2;
}
.BgClassName
{
background-color: #2008D2;
}
</style>
border-color css
<style>
span { border-color: #2008D2; }
span { border-color: rgb(32,8,210); }
td.TdClassName
{
border-color: #2008D2;
}
.TagClassName
{
border-color: #2008D2;
}
</style>