Color Hex Logo

#2579bc Color Hex

#2579BC
(37,121,188)
0 Favorites   0 Comments

Color spaces of #2579bc

RGB 37121188
HSL0.570.670.44
HSV207°80°74°
CMYK 0.800.360.00   0.26
XYZ16.677417.698950.1142
Yxy17.69890.19740.2095
Hunter Lab42.0701-2.8617-41.1777
CIE-Lab49.1289-0.8082-42.1265

#2579bc color RGB value is (37,121,188).

#2579bc hex color red value is 37, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2579bc hue: 0.57 , saturation: 0.67 and the lightness value of 2579bc is 0.44.

The process color (four color CMYK) of #2579bc color hex is 0.80, 0.36, 0.00, 0.26. Web safe color of #2579bc is #3366cc. Color #2579bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111001 10111100
Octal 45 171 274
Decimal 37 121 188
Hex 25 79 BC

RGB Percentages of Color #2579bc

%10.69
%34.97
%54.34

CMYK Percentages of Color #2579bc

%80
%36
%0
%26

Triadic Colors of #2579bc

#2579bc #bc2579 #79bc25

Analogous Colors of #2579bc

#2579bc #252dbc #25bcb4

Monochromatic Colors of #2579bc

#2579bc

Complementary Color

#2579bc #bc6825

#2579bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2579bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2579bc Color CSS Codes

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

#2579bc Text Font Color

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

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


#2579bc Background Color

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

This div background color is #2579bc


#2579bc Border Color

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

This div border color is #2579bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2579bc


Comments

No comments written yet.

Please login to write comment.