Shades of Pelorous #2088B9
Tints of Pelorous #2088B9
RGB
CMYK
RGB Variations
Color information
#2088B9 (or 0x2088B9) is known color: Pelorous. HEX triplet: 20, 88 and B9. RGB value is (32,136,185). Sum of RGB (Red+Green+Blue) = 32+136+185=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #2088B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088B9 is #DF7746. Grayscale: #6E6E6E. Windows color (decimal): -14645063 or 12159008. OLE color: 12159008.
HSL color Cylindrical-coordinate representation of color #2088B9: hue angle of 199.22º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2088B9 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 136 | 185 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.27 |
| HSL | 199.22º | 0.71% | 0.43% | - |
| HSV(B) | 199.22º | 0.83% | 0.73% | - |
| XYZ | 18.16 | 21.42 | 49.08 | - |
| YUV | 110.49 | 170.04 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 185 | 0.83 | 0.26 | 0 | 0.27 | 199.22 | 0.71 | 0.43 |
| Hex | 20 | 88 | B9 | 53 | 1A | 0 | 1B | C7 | 47 | 2B |
| Octal | 40 | 210 | 271 | 123 | 32 | 0 | 33 | 307 | 107 | 53 |
| Binary | 100000 | 10001000 | 10111001 | 1010011 | 11010 | 0 | 11011 | 11000111 | 1000111 | 101011 |
Color Harmonies of #2088B9
Complementary color
Monochromatic Colors of #2088B9
Black with #2088B9
Text Example
Text Example
White with #2088B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2088B9; }
p { color: rgb(32,136,185); }
H1.HeaderClassName
{
color: #2088B9;
}
.AnyTagClassName
{
color: #2088B9;
}
</style>
background-color css
<style>
a { background-color: #2088B9; }
a { background-color: rgb(32,136,185); }
div.DivClassName
{
background-color: #2088B9;
}
.BgClassName
{
background-color: #2088B9;
}
</style>
border-color css
<style>
span { border-color: #2088B9; }
span { border-color: rgb(32,136,185); }
td.TdClassName
{
border-color: #2088B9;
}
.TagClassName
{
border-color: #2088B9;
}
</style>