Shades of Pelorous #208DCC
Tints of Pelorous #208DCC
RGB
CMYK
RGB Variations
Color information
#208DCC (or 0x208DCC) is known color: Pelorous. HEX triplet: 20, 8D and CC. RGB value is (32,141,204). Sum of RGB (Red+Green+Blue) = 32+141+204=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #208DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DCC is #DF7233. Grayscale: #737373. Windows color (decimal): -14643764 or 13405472. OLE color: 13405472.
HSL color Cylindrical-coordinate representation of color #208DCC: hue angle of 201.98º 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 #208DCC is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 141 | 204 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.2 |
| HSL | 201.98º | 0.73% | 0.46% | - |
| HSV(B) | 201.98º | 0.84% | 0.8% | - |
| XYZ | 21.02 | 23.72 | 60.6 | - |
| YUV | 115.59 | 177.89 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 204 | 0.84 | 0.31 | 0 | 0.2 | 201.98 | 0.73 | 0.46 |
| Hex | 20 | 8D | CC | 54 | 1F | 0 | 14 | CA | 49 | 2E |
| Octal | 40 | 215 | 314 | 124 | 37 | 0 | 24 | 312 | 111 | 56 |
| Binary | 100000 | 10001101 | 11001100 | 1010100 | 11111 | 0 | 10100 | 11001010 | 1001001 | 101110 |
Color Harmonies of #208DCC
Complementary color
Monochromatic Colors of #208DCC
Black with #208DCC
Text Example
Text Example
White with #208DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208DCC; }
p { color: rgb(32,141,204); }
H1.HeaderClassName
{
color: #208DCC;
}
.AnyTagClassName
{
color: #208DCC;
}
</style>
background-color css
<style>
a { background-color: #208DCC; }
a { background-color: rgb(32,141,204); }
div.DivClassName
{
background-color: #208DCC;
}
.BgClassName
{
background-color: #208DCC;
}
</style>
border-color css
<style>
span { border-color: #208DCC; }
span { border-color: rgb(32,141,204); }
td.TdClassName
{
border-color: #208DCC;
}
.TagClassName
{
border-color: #208DCC;
}
</style>