Color Hex Logo

#2480ea Color Hex

#2480EA
(36,128,234)
0 Favorites   0 Comments

Color spaces of #2480ea

RGB 36128234
HSL0.590.830.53
HSV212°85°92°
CMYK 0.850.450.00   0.08
XYZ23.298021.753980.8129
Yxy21.75390.18510.1728
Hunter Lab46.64117.5419-70.0804
CIE-Lab53.764912.2068-60.7956

#2480ea color RGB value is (36,128,234).

#2480ea hex color red value is 36, green value is 128 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2480ea hue: 0.59 , saturation: 0.83 and the lightness value of 2480ea is 0.53.

The process color (four color CMYK) of #2480ea color hex is 0.85, 0.45, 0.00, 0.08. Web safe color of #2480ea is #3399ff. Color #2480ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000000 11101010
Octal 44 200 352
Decimal 36 128 234
Hex 24 80 EA

RGB Percentages of Color #2480ea

%9.05
%32.16
%58.79

CMYK Percentages of Color #2480ea

%85
%45
%0
%8

Triadic Colors of #2480ea

#2480ea #ea2480 #80ea24

Analogous Colors of #2480ea

#2480ea #2b24ea #24e3ea

Monochromatic Colors of #2480ea

#2480ea

Complementary Color

#2480ea #ea8e24

#2480ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2480ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2480ea Color CSS Codes

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

#2480ea Text Font Color

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

This sample text font color is #2480ea
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.


#2480ea Background Color

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

This div background color is #2480ea


#2480ea Border Color

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

This div border color is #2480ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2480ea


Comments

No comments written yet.

Please login to write comment.