Color Hex Logo

#257bbd Color Hex

#257BBD
(37,123,189)
0 Favorites   0 Comments

Color spaces of #257bbd

RGB 37123189
HSL0.570.670.44
HSV206°80°74°
CMYK 0.800.350.00   0.26
XYZ17.031218.233450.7659
Yxy18.23340.19800.2119
Hunter Lab42.7006-3.5310-40.5983
CIE-Lab49.7780-1.6406-41.6738

#257bbd color RGB value is (37,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111011 10111101
Octal 45 173 275
Decimal 37 123 189
Hex 25 7B BD

RGB Percentages of Color #257bbd

%10.60
%35.24
%54.15

CMYK Percentages of Color #257bbd

%80
%35
%0
%26

Triadic Colors of #257bbd

#257bbd #bd257b #7bbd25

Analogous Colors of #257bbd

#257bbd #252fbd #25bdb3

Monochromatic Colors of #257bbd

#257bbd

Complementary Color

#257bbd #bd6725

#257bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#257bbd Color CSS Codes

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

#257bbd Text Font Color

<p style="color:#257bbd">Text here</p>

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


#257bbd Background Color

<div style="background-color:#257bbd">
Div content here</div>

This div background color is #257bbd


#257bbd Border Color

<div style="border:3px solid #257bbd">
Div here</div>

This div border color is #257bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,123,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #257bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #257bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #257bbd;
  box-shadow:         1px 1px 3px 2px #257bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257bbd


Comments

No comments written yet.

Please login to write comment.