Color Hex Logo

#257cbb Color Hex

#257CBB
(37,124,187)
0 Favorites   0 Comments

Color spaces of #257cbb

RGB 37124187
HSL0.570.670.44
HSV205°80°73°
CMYK 0.800.340.00   0.27
XYZ16.940218.396549.6717
Yxy18.39650.19930.2164
Hunter Lab42.8911-4.5595-38.6392
CIE-Lab49.9735-2.9864-40.2143

#257cbb color RGB value is (37,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111100 10111011
Octal 45 174 273
Decimal 37 124 187
Hex 25 7C BB

RGB Percentages of Color #257cbb

%10.63
%35.63
%53.74

CMYK Percentages of Color #257cbb

%80
%34
%0
%27

Triadic Colors of #257cbb

#257cbb #bb257c #7cbb25

Analogous Colors of #257cbb

#257cbb #2531bb #25bbaf

Monochromatic Colors of #257cbb

#257cbb

Complementary Color

#257cbb #bb6425

#257cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#257cbb Color CSS Codes

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

#257cbb Text Font Color

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

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


#257cbb Background Color

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

This div background color is #257cbb


#257cbb Border Color

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

This div border color is #257cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257cbb


Comments

No comments written yet.

Please login to write comment.