Shades of Pelorous #208BD0
Tints of Pelorous #208BD0
RGB
CMYK
RGB Variations
Color information
#208BD0 (or 0x208BD0) is known color: Pelorous. HEX triplet: 20, 8B and D0. RGB value is (32,139,208). Sum of RGB (Red+Green+Blue) = 32+139+208=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #208BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BD0 is #DF742F. Grayscale: #727272. Windows color (decimal): -14644272 or 13667104. OLE color: 13667104.
HSL color Cylindrical-coordinate representation of color #208BD0: hue angle of 203.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208BD0 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 139 | 208 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.18 |
| HSL | 203.52º | 0.73% | 0.47% | - |
| HSV(B) | 203.52º | 0.85% | 0.82% | - |
| XYZ | 21.21 | 23.33 | 63.06 | - |
| YUV | 114.87 | 180.55 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 208 | 0.85 | 0.33 | 0 | 0.18 | 203.52 | 0.73 | 0.47 |
| Hex | 20 | 8B | D0 | 55 | 21 | 0 | 12 | CC | 49 | 2F |
| Octal | 40 | 213 | 320 | 125 | 41 | 0 | 22 | 314 | 111 | 57 |
| Binary | 100000 | 10001011 | 11010000 | 1010101 | 100001 | 0 | 10010 | 11001100 | 1001001 | 101111 |
Color Harmonies of #208BD0
Complementary color
Monochromatic Colors of #208BD0
Black with #208BD0
Text Example
Text Example
White with #208BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BD0; }
p { color: rgb(32,139,208); }
H1.HeaderClassName
{
color: #208BD0;
}
.AnyTagClassName
{
color: #208BD0;
}
</style>
background-color css
<style>
a { background-color: #208BD0; }
a { background-color: rgb(32,139,208); }
div.DivClassName
{
background-color: #208BD0;
}
.BgClassName
{
background-color: #208BD0;
}
</style>
border-color css
<style>
span { border-color: #208BD0; }
span { border-color: rgb(32,139,208); }
td.TdClassName
{
border-color: #208BD0;
}
.TagClassName
{
border-color: #208BD0;
}
</style>