Shades of Medium Blue #2008B8
Tints of Medium Blue #2008B8
RGB
CMYK
RGB Variations
Color information
#2008B8 (or 0x2008B8) is known color: Medium Blue. HEX triplet: 20, 08 and B8. RGB value is (32,8,184). Sum of RGB (Red+Green+Blue) = 32+8+184=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 184 (72.27% from 255 or 82.14% from 224); Max value from RGB is 184 - color contains mainly: blue. Hex color #2008B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008B8 is #DFF747. Grayscale: #222222. Windows color (decimal): -14677832 or 12060704. OLE color: 12060704.
HSL color Cylindrical-coordinate representation of color #2008B8: hue angle of 248.18º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008B8 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 8 | 184 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.28 |
| HSL | 248.18º | 0.92% | 0.38% | - |
| HSV(B) | 248.18º | 0.96% | 0.72% | - |
| XYZ | 9.33 | 3.94 | 45.62 | - |
| YUV | 35.24 | 211.95 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 184 | 0.83 | 0.96 | 0 | 0.28 | 248.18 | 0.92 | 0.38 |
| Hex | 20 | 8 | B8 | 53 | 60 | 0 | 1C | F8 | 5C | 26 |
| Octal | 40 | 10 | 270 | 123 | 140 | 0 | 34 | 370 | 134 | 46 |
| Binary | 100000 | 1000 | 10111000 | 1010011 | 1100000 | 0 | 11100 | 11111000 | 1011100 | 100110 |
Color Harmonies of #2008B8
Complementary color
Monochromatic Colors of #2008B8
Black with #2008B8
Text Example
Text Example
White with #2008B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008B8; }
p { color: rgb(32,8,184); }
H1.HeaderClassName
{
color: #2008B8;
}
.AnyTagClassName
{
color: #2008B8;
}
</style>
background-color css
<style>
a { background-color: #2008B8; }
a { background-color: rgb(32,8,184); }
div.DivClassName
{
background-color: #2008B8;
}
.BgClassName
{
background-color: #2008B8;
}
</style>
border-color css
<style>
span { border-color: #2008B8; }
span { border-color: rgb(32,8,184); }
td.TdClassName
{
border-color: #2008B8;
}
.TagClassName
{
border-color: #2008B8;
}
</style>