Shades of Pelorous #2087C0
Tints of Pelorous #2087C0
RGB
CMYK
RGB Variations
Color information
#2087C0 (or 0x2087C0) is known color: Pelorous. HEX triplet: 20, 87 and C0. RGB value is (32,135,192). Sum of RGB (Red+Green+Blue) = 32+135+192=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #2087C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2087C0 is #DF783F. Grayscale: #6E6E6E. Windows color (decimal): -14645312 or 12617504. OLE color: 12617504.
HSL color Cylindrical-coordinate representation of color #2087C0: hue angle of 201.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2087C0 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 135 | 192 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.25 |
| HSL | 201.38º | 0.71% | 0.44% | - |
| HSV(B) | 201.38º | 0.83% | 0.75% | - |
| XYZ | 18.77 | 21.44 | 53.02 | - |
| YUV | 110.7 | 173.88 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 192 | 0.83 | 0.30 | 0 | 0.25 | 201.38 | 0.71 | 0.44 |
| Hex | 20 | 87 | C0 | 53 | 1E | 0 | 19 | C9 | 47 | 2C |
| Octal | 40 | 207 | 300 | 123 | 36 | 0 | 31 | 311 | 107 | 54 |
| Binary | 100000 | 10000111 | 11000000 | 1010011 | 11110 | 0 | 11001 | 11001001 | 1000111 | 101100 |
Color Harmonies of #2087C0
Complementary color
Monochromatic Colors of #2087C0
Black with #2087C0
Text Example
Text Example
White with #2087C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087C0; }
p { color: rgb(32,135,192); }
H1.HeaderClassName
{
color: #2087C0;
}
.AnyTagClassName
{
color: #2087C0;
}
</style>
background-color css
<style>
a { background-color: #2087C0; }
a { background-color: rgb(32,135,192); }
div.DivClassName
{
background-color: #2087C0;
}
.BgClassName
{
background-color: #2087C0;
}
</style>
border-color css
<style>
span { border-color: #2087C0; }
span { border-color: rgb(32,135,192); }
td.TdClassName
{
border-color: #2087C0;
}
.TagClassName
{
border-color: #2087C0;
}
</style>