Shades of Pelorous #208DCB
Tints of Pelorous #208DCB
RGB
CMYK
RGB Variations
Color information
#208DCB (or 0x208DCB) is known color: Pelorous. HEX triplet: 20, 8D and CB. RGB value is (32,141,203). Sum of RGB (Red+Green+Blue) = 32+141+203=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #208DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DCB is #DF7234. Grayscale: #737373. Windows color (decimal): -14643765 or 13339936. OLE color: 13339936.
HSL color Cylindrical-coordinate representation of color #208DCB: hue angle of 201.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208DCB is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 141 | 203 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.20 |
| HSL | 201.75º | 0.73% | 0.46% | - |
| HSV(B) | 201.75º | 0.84% | 0.8% | - |
| XYZ | 20.9 | 23.67 | 59.97 | - |
| YUV | 115.48 | 177.39 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 203 | 0.84 | 0.31 | 0 | 0.20 | 201.75 | 0.73 | 0.46 |
| Hex | 20 | 8D | CB | 54 | 1F | 0 | 14 | CA | 49 | 2E |
| Octal | 40 | 215 | 313 | 124 | 37 | 0 | 24 | 312 | 111 | 56 |
| Binary | 100000 | 10001101 | 11001011 | 1010100 | 11111 | 0 | 10100 | 11001010 | 1001001 | 101110 |
Color Harmonies of #208DCB
Complementary color
Monochromatic Colors of #208DCB
Black with #208DCB
Text Example
Text Example
White with #208DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208DCB; }
p { color: rgb(32,141,203); }
H1.HeaderClassName
{
color: #208DCB;
}
.AnyTagClassName
{
color: #208DCB;
}
</style>
background-color css
<style>
a { background-color: #208DCB; }
a { background-color: rgb(32,141,203); }
div.DivClassName
{
background-color: #208DCB;
}
.BgClassName
{
background-color: #208DCB;
}
</style>
border-color css
<style>
span { border-color: #208DCB; }
span { border-color: rgb(32,141,203); }
td.TdClassName
{
border-color: #208DCB;
}
.TagClassName
{
border-color: #208DCB;
}
</style>