#2080AD

Color #2080AD Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2080AD

Tints of Scooter #2080AD

Color information

#2080AD (or 0x2080AD) is unknown color: approx Scooter. HEX triplet: 20, 80 and AD. RGB value is (32,128,173). Sum of RGB (Red+Green+Blue) = 32+128+173=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #2080AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2080AD is #DF7F52. Grayscale: #686868. Windows color (decimal): -14647123 or 11370528. OLE color: 11370528.

HSL color Cylindrical-coordinate representation of color #2080AD: hue angle of 199.15º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2080AD is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB32128173-
CMYK0.820.2600.32
HSL199.15º68.78%40.2%-
HSV(B)199.15º81.5%67.84%-
XYZ15.8618.7642.32-
YUV104.43166.776.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 9.61%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 173 (67.97% from 255) = 51.95%
R=9.61%
G=38.44%
B=51.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321281730.820.2600.32199.1568.7840.2
Hex2080AD521A020c74528
Octal402002551223204030710550
Binary10000010000000101011011010010110100100000110001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2080AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2080AD; }

 p { color: rgb(32,128,173); }

 H1.HeaderClassName
 {
   color: #2080AD;
 }
 .AnyTagClassName
 {
   color: #2080AD;
 }
</style>
background-color css

<style>
 a { background-color: #2080AD; }

 a { background-color: rgb(32,128,173); }

 div.DivClassName
 {
   background-color: #2080AD;
 }
 .BgClassName
 {
   background-color: #2080AD;
 }
</style>
border-color css

<style>
 span { border-color: #2080AD; }

 span { border-color: rgb(32,128,173); }

 td.TdClassName
 {
   border-color: #2080AD;
 }
 .TagClassName
 {
   border-color: #2080AD;
 }
</style>