Shades of Pelorous #2084BA
Tints of Pelorous #2084BA
RGB
CMYK
RGB Variations
Color information
#2084BA (or 0x2084BA) is known color: Pelorous. HEX triplet: 20, 84 and BA. RGB value is (32,132,186). Sum of RGB (Red+Green+Blue) = 32+132+186=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #2084BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2084BA is #DF7B45. Grayscale: #6B6B6B. Windows color (decimal): -14646086 or 12223520. OLE color: 12223520.
HSL color Cylindrical-coordinate representation of color #2084BA: hue angle of 201.04º 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 #2084BA is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 132 | 186 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.27 |
| HSL | 201.04º | 0.71% | 0.43% | - |
| HSV(B) | 201.04º | 0.83% | 0.73% | - |
| XYZ | 17.71 | 20.35 | 49.45 | - |
| YUV | 108.26 | 171.87 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 186 | 0.83 | 0.29 | 0 | 0.27 | 201.04 | 0.71 | 0.43 |
| Hex | 20 | 84 | BA | 53 | 1D | 0 | 1B | C9 | 47 | 2B |
| Octal | 40 | 204 | 272 | 123 | 35 | 0 | 33 | 311 | 107 | 53 |
| Binary | 100000 | 10000100 | 10111010 | 1010011 | 11101 | 0 | 11011 | 11001001 | 1000111 | 101011 |
Color Harmonies of #2084BA
Complementary color
Monochromatic Colors of #2084BA
Black with #2084BA
Text Example
Text Example
White with #2084BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2084BA; }
p { color: rgb(32,132,186); }
H1.HeaderClassName
{
color: #2084BA;
}
.AnyTagClassName
{
color: #2084BA;
}
</style>
background-color css
<style>
a { background-color: #2084BA; }
a { background-color: rgb(32,132,186); }
div.DivClassName
{
background-color: #2084BA;
}
.BgClassName
{
background-color: #2084BA;
}
</style>
border-color css
<style>
span { border-color: #2084BA; }
span { border-color: rgb(32,132,186); }
td.TdClassName
{
border-color: #2084BA;
}
.TagClassName
{
border-color: #2084BA;
}
</style>