Color Hex Logo

#257ccb Color Hex

#257CCB
(37,124,203)
0 Favorites   0 Comments

Color spaces of #257ccb

RGB 37124203
HSL0.580.690.47
HSV209°82°80°
CMYK 0.820.390.00   0.20
XYZ18.750119.120459.2023
Yxy19.12040.19320.1970
Hunter Lab43.72690.0188-49.6646
CIE-Lab50.82783.0154-48.0183

#257ccb color RGB value is (37,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111100 11001011
Octal 45 174 313
Decimal 37 124 203
Hex 25 7C CB

RGB Percentages of Color #257ccb

%10.16
%34.07
%55.77

CMYK Percentages of Color #257ccb

%82
%39
%0
%20

Triadic Colors of #257ccb

#257ccb #cb257c #7ccb25

Analogous Colors of #257ccb

#257ccb #2529cb #25cbc7

Monochromatic Colors of #257ccb

#257ccb

Complementary Color

#257ccb #cb7425

#257ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#257ccb Color CSS Codes

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

#257ccb Text Font Color

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

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


#257ccb Background Color

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

This div background color is #257ccb


#257ccb Border Color

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

This div border color is #257ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,124,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 #257ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257ccb


Comments

No comments written yet.

Please login to write comment.