Shades of Pelorous #208CCD
Tints of Pelorous #208CCD
RGB
CMYK
RGB Variations
Color information
#208CCD (or 0x208CCD) is known color: Pelorous. HEX triplet: 20, 8C and CD. RGB value is (32,140,205). Sum of RGB (Red+Green+Blue) = 32+140+205=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #208CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CCD is #DF7332. Grayscale: #727272. Windows color (decimal): -14644019 or 13470752. OLE color: 13470752.
HSL color Cylindrical-coordinate representation of color #208CCD: hue angle of 202.54º 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 #208CCD is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 140 | 205 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.20 |
| HSL | 202.54º | 0.73% | 0.46% | - |
| HSV(B) | 202.54º | 0.84% | 0.8% | - |
| XYZ | 20.99 | 23.47 | 61.18 | - |
| YUV | 115.12 | 178.72 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 205 | 0.84 | 0.32 | 0 | 0.20 | 202.54 | 0.73 | 0.46 |
| Hex | 20 | 8C | CD | 54 | 20 | 0 | 14 | CB | 49 | 2E |
| Octal | 40 | 214 | 315 | 124 | 40 | 0 | 24 | 313 | 111 | 56 |
| Binary | 100000 | 10001100 | 11001101 | 1010100 | 100000 | 0 | 10100 | 11001011 | 1001001 | 101110 |
Color Harmonies of #208CCD
Complementary color
Monochromatic Colors of #208CCD
Black with #208CCD
Text Example
Text Example
White with #208CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208CCD; }
p { color: rgb(32,140,205); }
H1.HeaderClassName
{
color: #208CCD;
}
.AnyTagClassName
{
color: #208CCD;
}
</style>
background-color css
<style>
a { background-color: #208CCD; }
a { background-color: rgb(32,140,205); }
div.DivClassName
{
background-color: #208CCD;
}
.BgClassName
{
background-color: #208CCD;
}
</style>
border-color css
<style>
span { border-color: #208CCD; }
span { border-color: rgb(32,140,205); }
td.TdClassName
{
border-color: #208CCD;
}
.TagClassName
{
border-color: #208CCD;
}
</style>