Color Hex Logo

#2579ea Color Hex

#2579EA
(37,121,234)
0 Favorites   0 Comments

Color spaces of #2579ea

RGB 37121234
HSL0.600.820.53
HSV214°84°92°
CMYK 0.840.480.00   0.08
XYZ22.451620.008680.5206
Yxy20.00860.18260.1627
Hunter Lab44.731011.3144-75.4167
CIE-Lab51.846916.6378-63.8838

#2579ea color RGB value is (37,121,234).

#2579ea hex color red value is 37, green value is 121 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2579ea hue: 0.60 , saturation: 0.82 and the lightness value of 2579ea is 0.53.

The process color (four color CMYK) of #2579ea color hex is 0.84, 0.48, 0.00, 0.08. Web safe color of #2579ea is #3366ff. Color #2579ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111001 11101010
Octal 45 171 352
Decimal 37 121 234
Hex 25 79 EA

RGB Percentages of Color #2579ea

%9.44
%30.87
%59.69

CMYK Percentages of Color #2579ea

%84
%48
%0
%8

Triadic Colors of #2579ea

#2579ea #ea2579 #79ea25

Analogous Colors of #2579ea

#2579ea #3425ea #25dcea

Monochromatic Colors of #2579ea

#2579ea

Complementary Color

#2579ea #ea9625

#2579ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2579ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2579ea Color CSS Codes

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

#2579ea Text Font Color

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

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


#2579ea Background Color

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

This div background color is #2579ea


#2579ea Border Color

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

This div border color is #2579ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,121,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 #2579ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2579ea


Comments

No comments written yet.

Please login to write comment.