Color Hex Logo

#2480aa Color Hex

#2480AA
(36,128,170)
0 Favorites   0 Comments

Color spaces of #2480aa

RGB 36128170
HSL0.550.650.40
HSV199°79°67°
CMYK 0.790.250.00   0.33
XYZ15.702418.715740.8151
Yxy18.71570.20870.2488
Hunter Lab43.2616-10.9189-25.6539
CIE-Lab50.3529-11.6492-29.8045

#2480aa color RGB value is (36,128,170).

#2480aa hex color red value is 36, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2480aa hue: 0.55 , saturation: 0.65 and the lightness value of 2480aa is 0.40.

The process color (four color CMYK) of #2480aa color hex is 0.79, 0.25, 0.00, 0.33. Web safe color of #2480aa is #339999. Color #2480aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000000 10101010
Octal 44 200 252
Decimal 36 128 170
Hex 24 80 AA

RGB Percentages of Color #2480aa

%10.78
%38.32
%50.90

CMYK Percentages of Color #2480aa

%79
%25
%0
%33

Triadic Colors of #2480aa

#2480aa #aa2480 #80aa24

Analogous Colors of #2480aa

#2480aa #243daa #24aa91

Monochromatic Colors of #2480aa

#2480aa

Complementary Color

#2480aa #aa4e24

#2480aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2480aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2480aa Color CSS Codes

.mybgcolor {background-color:#2480aa; } 
.myforecolor {color:#2480aa; }
.mybordercolor {border:3px solid #2480aa; }

#2480aa Text Font Color

<p style="color:#2480aa">Text here</p>

This sample text font color is #2480aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2480aa Background Color

<div style="background-color:#2480aa">
Div content here</div>

This div background color is #2480aa


#2480aa Border Color

<div style="border:3px solid #2480aa">
Div here</div>

This div border color is #2480aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,128,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2480aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2480aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2480aa;
  box-shadow:         1px 1px 3px 2px #2480aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,128,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2480aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2480aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2480aa;
  box-shadow:         1px 1px 3px 2px #2480aa;">
Div content here</div>

This div box has shadow with color #2480aa


Comments

No comments written yet.

Please login to write comment.