Shades of Scooter #2080AA
Tints of Scooter #2080AA
RGB
CMYK
RGB Variations
Color information
#2080AA (or 0x2080AA) is known color: Scooter. HEX triplet: 20, 80 and AA. RGB value is (32,128,170). Sum of RGB (Red+Green+Blue) = 32+128+170=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #2080AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2080AA is #DF7F55. Grayscale: #676767. Windows color (decimal): -14647126 or 11173920. OLE color: 11173920.
HSL color Cylindrical-coordinate representation of color #2080AA: hue angle of 198.26º 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 #2080AA is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 128 | 170 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.33 |
| HSL | 198.26º | 0.68% | 0.4% | - |
| HSV(B) | 198.26º | 0.81% | 0.67% | - |
| XYZ | 15.57 | 18.65 | 40.81 | - |
| YUV | 104.08 | 165.2 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 170 | 0.81 | 0.25 | 0 | 0.33 | 198.26 | 0.68 | 0.4 |
| Hex | 20 | 80 | AA | 51 | 19 | 0 | 21 | C6 | 44 | 28 |
| Octal | 40 | 200 | 252 | 121 | 31 | 0 | 41 | 306 | 104 | 50 |
| Binary | 100000 | 10000000 | 10101010 | 1010001 | 11001 | 0 | 100001 | 11000110 | 1000100 | 101000 |
Color Harmonies of #2080AA
Complementary color
Monochromatic Colors of #2080AA
Black with #2080AA
Text Example
Text Example
White with #2080AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080AA; }
p { color: rgb(32,128,170); }
H1.HeaderClassName
{
color: #2080AA;
}
.AnyTagClassName
{
color: #2080AA;
}
</style>
background-color css
<style>
a { background-color: #2080AA; }
a { background-color: rgb(32,128,170); }
div.DivClassName
{
background-color: #2080AA;
}
.BgClassName
{
background-color: #2080AA;
}
</style>
border-color css
<style>
span { border-color: #2080AA; }
span { border-color: rgb(32,128,170); }
td.TdClassName
{
border-color: #2080AA;
}
.TagClassName
{
border-color: #2080AA;
}
</style>