Color Hex Logo

#257fba Color Hex

#257FBA
(37,127,186)
0 Favorites   0 Comments

Color spaces of #257fba

RGB 37127186
HSL0.570.670.44
HSV204°80°73°
CMYK 0.800.320.00   0.27
XYZ17.215219.117249.2370
Yxy19.11720.20120.2234
Hunter Lab43.7232-6.2346-36.1606
CIE-Lab50.8240-5.1380-38.2975

#257fba color RGB value is (37,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111111 10111010
Octal 45 177 272
Decimal 37 127 186
Hex 25 7F BA

RGB Percentages of Color #257fba

%10.57
%36.29
%53.14

CMYK Percentages of Color #257fba

%80
%32
%0
%27

Triadic Colors of #257fba

#257fba #ba257f #7fba25

Analogous Colors of #257fba

#257fba #2535ba #25baab

Monochromatic Colors of #257fba

#257fba

Complementary Color

#257fba #ba6025

#257fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#257fba Color CSS Codes

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

#257fba Text Font Color

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

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


#257fba Background Color

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

This div background color is #257fba


#257fba Border Color

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

This div border color is #257fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257fba


Comments

No comments written yet.

Please login to write comment.