Shades of Pelorous #2081B7
Tints of Pelorous #2081B7
RGB
CMYK
RGB Variations
Color information
#2081B7 (or 0x2081B7) is known color: Pelorous. HEX triplet: 20, 81 and B7. RGB value is (32,129,183). Sum of RGB (Red+Green+Blue) = 32+129+183=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #2081B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2081B7 is #DF7E48. Grayscale: #696969. Windows color (decimal): -14646857 or 12026144. OLE color: 12026144.
HSL color Cylindrical-coordinate representation of color #2081B7: hue angle of 201.46º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2081B7 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 129 | 183 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.28 |
| HSL | 201.46º | 0.7% | 0.42% | - |
| HSV(B) | 201.46º | 0.83% | 0.72% | - |
| XYZ | 16.99 | 19.43 | 47.65 | - |
| YUV | 106.15 | 171.36 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 183 | 0.83 | 0.30 | 0 | 0.28 | 201.46 | 0.7 | 0.42 |
| Hex | 20 | 81 | B7 | 53 | 1E | 0 | 1C | C9 | 46 | 2A |
| Octal | 40 | 201 | 267 | 123 | 36 | 0 | 34 | 311 | 106 | 52 |
| Binary | 100000 | 10000001 | 10110111 | 1010011 | 11110 | 0 | 11100 | 11001001 | 1000110 | 101010 |
Color Harmonies of #2081B7
Complementary color
Monochromatic Colors of #2081B7
Black with #2081B7
Text Example
Text Example
White with #2081B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2081B7; }
p { color: rgb(32,129,183); }
H1.HeaderClassName
{
color: #2081B7;
}
.AnyTagClassName
{
color: #2081B7;
}
</style>
background-color css
<style>
a { background-color: #2081B7; }
a { background-color: rgb(32,129,183); }
div.DivClassName
{
background-color: #2081B7;
}
.BgClassName
{
background-color: #2081B7;
}
</style>
border-color css
<style>
span { border-color: #2081B7; }
span { border-color: rgb(32,129,183); }
td.TdClassName
{
border-color: #2081B7;
}
.TagClassName
{
border-color: #2081B7;
}
</style>