Shades of Pelorous #2087BC
Tints of Pelorous #2087BC
RGB
CMYK
RGB Variations
Color information
#2087BC (or 0x2087BC) is known color: Pelorous. HEX triplet: 20, 87 and BC. RGB value is (32,135,188). Sum of RGB (Red+Green+Blue) = 32+135+188=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #2087BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2087BC is #DF7843. Grayscale: #6D6D6D. Windows color (decimal): -14645316 or 12355360. OLE color: 12355360.
HSL color Cylindrical-coordinate representation of color #2087BC: hue angle of 200.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2087BC is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 135 | 188 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.26 |
| HSL | 200.38º | 0.71% | 0.43% | - |
| HSV(B) | 200.38º | 0.83% | 0.74% | - |
| XYZ | 18.34 | 21.27 | 50.72 | - |
| YUV | 110.25 | 171.88 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 188 | 0.83 | 0.28 | 0 | 0.26 | 200.38 | 0.71 | 0.43 |
| Hex | 20 | 87 | BC | 53 | 1C | 0 | 1A | C8 | 47 | 2B |
| Octal | 40 | 207 | 274 | 123 | 34 | 0 | 32 | 310 | 107 | 53 |
| Binary | 100000 | 10000111 | 10111100 | 1010011 | 11100 | 0 | 11010 | 11001000 | 1000111 | 101011 |
Color Harmonies of #2087BC
Complementary color
Monochromatic Colors of #2087BC
Black with #2087BC
Text Example
Text Example
White with #2087BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087BC; }
p { color: rgb(32,135,188); }
H1.HeaderClassName
{
color: #2087BC;
}
.AnyTagClassName
{
color: #2087BC;
}
</style>
background-color css
<style>
a { background-color: #2087BC; }
a { background-color: rgb(32,135,188); }
div.DivClassName
{
background-color: #2087BC;
}
.BgClassName
{
background-color: #2087BC;
}
</style>
border-color css
<style>
span { border-color: #2087BC; }
span { border-color: rgb(32,135,188); }
td.TdClassName
{
border-color: #2087BC;
}
.TagClassName
{
border-color: #2087BC;
}
</style>