Shades of Pelorous #2088BF
Tints of Pelorous #2088BF
RGB
CMYK
RGB Variations
Color information
#2088BF (or 0x2088BF) is known color: Pelorous. HEX triplet: 20, 88 and BF. RGB value is (32,136,191). Sum of RGB (Red+Green+Blue) = 32+136+191=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #2088BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088BF is #DF7740. Grayscale: #6E6E6E. Windows color (decimal): -14645057 or 12552224. OLE color: 12552224.
HSL color Cylindrical-coordinate representation of color #2088BF: hue angle of 200.75º 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 #2088BF is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 136 | 191 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.25 |
| HSL | 200.75º | 0.71% | 0.44% | - |
| HSV(B) | 200.75º | 0.83% | 0.75% | - |
| XYZ | 18.8 | 21.68 | 52.48 | - |
| YUV | 111.17 | 173.04 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 191 | 0.83 | 0.29 | 0 | 0.25 | 200.75 | 0.71 | 0.44 |
| Hex | 20 | 88 | BF | 53 | 1D | 0 | 19 | C9 | 47 | 2C |
| Octal | 40 | 210 | 277 | 123 | 35 | 0 | 31 | 311 | 107 | 54 |
| Binary | 100000 | 10001000 | 10111111 | 1010011 | 11101 | 0 | 11001 | 11001001 | 1000111 | 101100 |
Color Harmonies of #2088BF
Complementary color
Monochromatic Colors of #2088BF
Black with #2088BF
Text Example
Text Example
White with #2088BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2088BF; }
p { color: rgb(32,136,191); }
H1.HeaderClassName
{
color: #2088BF;
}
.AnyTagClassName
{
color: #2088BF;
}
</style>
background-color css
<style>
a { background-color: #2088BF; }
a { background-color: rgb(32,136,191); }
div.DivClassName
{
background-color: #2088BF;
}
.BgClassName
{
background-color: #2088BF;
}
</style>
border-color css
<style>
span { border-color: #2088BF; }
span { border-color: rgb(32,136,191); }
td.TdClassName
{
border-color: #2088BF;
}
.TagClassName
{
border-color: #2088BF;
}
</style>