Color Hex Logo

#2480be Color Hex

#2480BE
(36,128,190)
0 Favorites   0 Comments

Color spaces of #2480be

RGB 36128190
HSL0.570.680.44
HSV204°81°75°
CMYK 0.810.330.00   0.25
XYZ17.741019.531151.5500
Yxy19.53110.19970.2199
Hunter Lab44.1940-5.6834-38.2229
CIE-Lab51.3029-4.3505-39.8391

#2480be color RGB value is (36,128,190).

#2480be hex color red value is 36, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2480be hue: 0.57 , saturation: 0.68 and the lightness value of 2480be is 0.44.

The process color (four color CMYK) of #2480be color hex is 0.81, 0.33, 0.00, 0.25. Web safe color of #2480be is #3399cc. Color #2480be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000000 10111110
Octal 44 200 276
Decimal 36 128 190
Hex 24 80 BE

RGB Percentages of Color #2480be

%10.17
%36.16
%53.67

CMYK Percentages of Color #2480be

%81
%33
%0
%25

Triadic Colors of #2480be

#2480be #be2480 #80be24

Analogous Colors of #2480be

#2480be #2433be #24beaf

Monochromatic Colors of #2480be

#2480be

Complementary Color

#2480be #be6224

#2480be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2480be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2480be Color CSS Codes

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

#2480be Text Font Color

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

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


#2480be Background Color

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

This div background color is #2480be


#2480be Border Color

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

This div border color is #2480be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2480be


Comments

No comments written yet.

Please login to write comment.