Color Hex Logo

#2596ff Color Hex

#2596FF
(37,150,255)
0 Favorites   0 Comments

Color spaces of #2596ff

RGB 37150255
HSL0.581.000.57
HSV209°85°100°
CMYK 0.850.410.00   0.00
XYZ29.719329.426098.7212
Yxy29.42600.18830.1864
Hunter Lab54.24572.8637-69.9292
CIE-Lab61.15586.7994-60.5467

#2596ff color RGB value is (37,150,255).

#2596ff hex color red value is 37, green value is 150 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2596ff hue: 0.58 , saturation: 1.00 and the lightness value of 2596ff is 0.57.

The process color (four color CMYK) of #2596ff color hex is 0.85, 0.41, 0.00, 0.00. Web safe color of #2596ff is #3399ff. Color #2596ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010110 11111111
Octal 45 226 377
Decimal 37 150 255
Hex 25 96 FF

RGB Percentages of Color #2596ff

%8.37
%33.94
%57.69

CMYK Percentages of Color #2596ff

%85
%41
%0
%0

Triadic Colors of #2596ff

#2596ff #ff2596 #96ff25

Analogous Colors of #2596ff

#2596ff #2529ff #25fffb

Monochromatic Colors of #2596ff

#2596ff

Complementary Color

#2596ff #ff8e25

#2596ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2596ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2596ff Color CSS Codes

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

#2596ff Text Font Color

<p style="color:#2596ff">Text here</p>

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


#2596ff Background Color

<div style="background-color:#2596ff">
Div content here</div>

This div background color is #2596ff


#2596ff Border Color

<div style="border:3px solid #2596ff">
Div here</div>

This div border color is #2596ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,150,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2596ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2596ff;
  -webkit-box-shadow: 1px 1px 3px 2px #2596ff;
  box-shadow:         1px 1px 3px 2px #2596ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2596ff


Comments

No comments written yet.

Please login to write comment.