Shades of Pelorous #2087AA
Tints of Pelorous #2087AA
RGB
CMYK
RGB Variations
Color information
#2087AA (or 0x2087AA) is known color: Pelorous. HEX triplet: 20, 87 and AA. RGB value is (32,135,170). Sum of RGB (Red+Green+Blue) = 32+135+170=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #2087AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2087AA is #DF7855. Grayscale: #6B6B6B. Windows color (decimal): -14645334 or 11175712. OLE color: 11175712.
HSL color Cylindrical-coordinate representation of color #2087AA: hue angle of 195.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2087AA is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 135 | 170 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.33 |
| HSL | 195.22º | 0.68% | 0.4% | - |
| HSV(B) | 195.22º | 0.81% | 0.67% | - |
| XYZ | 16.52 | 20.54 | 41.12 | - |
| YUV | 108.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 170 | 0.81 | 0.21 | 0 | 0.33 | 195.22 | 0.68 | 0.4 |
| Hex | 20 | 87 | AA | 51 | 15 | 0 | 21 | C3 | 44 | 28 |
| Octal | 40 | 207 | 252 | 121 | 25 | 0 | 41 | 303 | 104 | 50 |
| Binary | 100000 | 10000111 | 10101010 | 1010001 | 10101 | 0 | 100001 | 11000011 | 1000100 | 101000 |
Color Harmonies of #2087AA
Complementary color
Monochromatic Colors of #2087AA
Black with #2087AA
Text Example
Text Example
White with #2087AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2087AA; }
p { color: rgb(32,135,170); }
H1.HeaderClassName
{
color: #2087AA;
}
.AnyTagClassName
{
color: #2087AA;
}
</style>
background-color css
<style>
a { background-color: #2087AA; }
a { background-color: rgb(32,135,170); }
div.DivClassName
{
background-color: #2087AA;
}
.BgClassName
{
background-color: #2087AA;
}
</style>
border-color css
<style>
span { border-color: #2087AA; }
span { border-color: rgb(32,135,170); }
td.TdClassName
{
border-color: #2087AA;
}
.TagClassName
{
border-color: #2087AA;
}
</style>