Color Hex Logo

#2580df Color Hex

#2580DF
(37,128,223)
0 Favorites   0 Comments

Color spaces of #2580df

RGB 37128223
HSL0.590.740.51
HSV211°83°87°
CMYK 0.830.430.00   0.13
XYZ21.801421.159472.7471
Yxy21.15940.18840.1829
Hunter Lab45.99934.1013-61.5665
CIE-Lab53.12358.1224-55.6647

#2580df color RGB value is (37,128,223).

#2580df hex color red value is 37, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2580df hue: 0.59 , saturation: 0.74 and the lightness value of 2580df is 0.51.

The process color (four color CMYK) of #2580df color hex is 0.83, 0.43, 0.00, 0.13. Web safe color of #2580df is #3399cc. Color #2580df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000000 11011111
Octal 45 200 337
Decimal 37 128 223
Hex 25 80 DF

RGB Percentages of Color #2580df

%9.54
%32.99
%57.47

CMYK Percentages of Color #2580df

%83
%43
%0
%13

Triadic Colors of #2580df

#2580df #df2580 #80df25

Analogous Colors of #2580df

#2580df #2725df #25dddf

Monochromatic Colors of #2580df

#2580df

Complementary Color

#2580df #df8425

#2580df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2580df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2580df Color CSS Codes

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

#2580df Text Font Color

<p style="color:#2580df">Text here</p>

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


#2580df Background Color

<div style="background-color:#2580df">
Div content here</div>

This div background color is #2580df


#2580df Border Color

<div style="border:3px solid #2580df">
Div here</div>

This div border color is #2580df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,128,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2580df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2580df;
  -webkit-box-shadow: 1px 1px 3px 2px #2580df;
  box-shadow:         1px 1px 3px 2px #2580df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2580df

#2580df Color Palettes


Comments

No comments written yet.

Please login to write comment.