Shades of Pelorous #208CCC
Tints of Pelorous #208CCC
RGB
CMYK
RGB Variations
Color information
#208CCC (or 0x208CCC) is known color: Pelorous. HEX triplet: 20, 8C and CC. RGB value is (32,140,204). Sum of RGB (Red+Green+Blue) = 32+140+204=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #208CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CCC is #DF7333. Grayscale: #727272. Windows color (decimal): -14644020 or 13405216. OLE color: 13405216.
HSL color Cylindrical-coordinate representation of color #208CCC: hue angle of 202.33º 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 #208CCC is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 140 | 204 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.2 |
| HSL | 202.33º | 0.73% | 0.46% | - |
| HSV(B) | 202.33º | 0.84% | 0.8% | - |
| XYZ | 20.87 | 23.42 | 60.55 | - |
| YUV | 115 | 178.22 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 204 | 0.84 | 0.31 | 0 | 0.2 | 202.33 | 0.73 | 0.46 |
| Hex | 20 | 8C | CC | 54 | 1F | 0 | 14 | CA | 49 | 2E |
| Octal | 40 | 214 | 314 | 124 | 37 | 0 | 24 | 312 | 111 | 56 |
| Binary | 100000 | 10001100 | 11001100 | 1010100 | 11111 | 0 | 10100 | 11001010 | 1001001 | 101110 |
Color Harmonies of #208CCC
Complementary color
Monochromatic Colors of #208CCC
Black with #208CCC
Text Example
Text Example
White with #208CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208CCC; }
p { color: rgb(32,140,204); }
H1.HeaderClassName
{
color: #208CCC;
}
.AnyTagClassName
{
color: #208CCC;
}
</style>
background-color css
<style>
a { background-color: #208CCC; }
a { background-color: rgb(32,140,204); }
div.DivClassName
{
background-color: #208CCC;
}
.BgClassName
{
background-color: #208CCC;
}
</style>
border-color css
<style>
span { border-color: #208CCC; }
span { border-color: rgb(32,140,204); }
td.TdClassName
{
border-color: #208CCC;
}
.TagClassName
{
border-color: #208CCC;
}
</style>