Color Hex Logo

#257fcb Color Hex

#257FCB
(37,127,203)
0 Favorites   0 Comments

Color spaces of #257fcb

RGB 37127203
HSL0.580.690.47
HSV207°82°80°
CMYK 0.820.370.00   0.20
XYZ19.131819.883959.3295
Yxy19.88390.19450.2022
Hunter Lab44.5914-1.4500-47.6723
CIE-Lab51.70571.1931-46.6215

#257fcb color RGB value is (37,127,203).

#257fcb hex color red value is 37, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #257fcb hue: 0.58 , saturation: 0.69 and the lightness value of 257fcb is 0.47.

The process color (four color CMYK) of #257fcb color hex is 0.82, 0.37, 0.00, 0.20. Web safe color of #257fcb is #3366cc. Color #257fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111111 11001011
Octal 45 177 313
Decimal 37 127 203
Hex 25 7F CB

RGB Percentages of Color #257fcb

%10.08
%34.60
%55.31

CMYK Percentages of Color #257fcb

%82
%37
%0
%20

Triadic Colors of #257fcb

#257fcb #cb257f #7fcb25

Analogous Colors of #257fcb

#257fcb #252ccb #25cbc4

Monochromatic Colors of #257fcb

#257fcb

Complementary Color

#257fcb #cb7125

#257fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#257fcb Color CSS Codes

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

#257fcb Text Font Color

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

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


#257fcb Background Color

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

This div background color is #257fcb


#257fcb Border Color

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

This div border color is #257fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257fcb


Comments

No comments written yet.

Please login to write comment.