#2480A4

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

Shades of Scooter #2480A4

Tints of Scooter #2480A4

Color information

#2480A4 (or 0x2480A4) is unknown color: approx Scooter. HEX triplet: 24, 80 and A4. RGB value is (36,128,164). Sum of RGB (Red+Green+Blue) = 36+128+164=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #2480A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2480A4 is #DB7F5B. Grayscale: #686868. Windows color (decimal): -14384988 or 10780708. OLE color: 10780708.

HSL color Cylindrical-coordinate representation of color #2480A4: hue angle of 196.88º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2480A4 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB36128164-
CMYK0.780.2200.36
HSL196.88º64%39.22%-
HSV(B)196.88º78.05%64.31%-
XYZ15.1518.4937.89-
YUV104.6161.5279.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.98%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 164 (64.45% from 255) = 50%
R=10.98%
G=39.02%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal361281640.780.2200.36196.886439.22
Hex2480A44E16024c54027
Octal442002441162604430510047
Binary10010010000000101001001001110101100100100110001011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2480A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2480A4; }

 p { color: rgb(36,128,164); }

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

<style>
 a { background-color: #2480A4; }

 a { background-color: rgb(36,128,164); }

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

<style>
 span { border-color: #2480A4; }

 span { border-color: rgb(36,128,164); }

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