COLOR #257FB0

HEX: #257FB0
RGB: (37,127,176)

Color info

#257FB0 contains mainly green and blue colors. Web safe color of #257FB0 is #336699 (or #369).

RGB color model

#257FB0 color RGB value is (37,127,176).

  • red value is 37;
  • green value is 127;
  • blue value is 176.
RGB:
(37,127,176)
(15%,50%,69%)

RGB channels and saturation

R 37 of 255 = 15%
G 127 of 255 = 50%
B 176 of 255 = 69%

37
127
176

R + G + B ~ 45%. #257FB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 127 + 176 = 340 (100%)
R 37 of 340 ~ 10.88%
G 127 of 340 ~ 37.35%
B 176 of 340 ~ 51.76%

%10.88
%37.35
%51.76

CMYK color model

#257FB0 color CMYK value is (79,28,0,31).

  • cyan value is 78.98%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(79,28,0,31)
C79M28Y0K31 
(79%,28%,0%,31%)
(0.79/0.28/0.00/0.31)	

CMYK percentages

%78.98
%27.84
%0
%30.98

Codes

Color #257FB0 in popluar color models

257FB0
RGB37127176
HSL201°65.26%41.76%
HSB/HSV201°78.98%69.02%
CMYK78.98%27.84%0.00%
30.98%

Color #257FB0 in popluar number systems.

HEX257FB0
Decimal37127176
Binary100101111111110110000
Octal45177260

Shades and tints

Shades of #257FB0

#257FB0
(37,127,176)
#2274A0
(34,116,160)
#1F6990
(31,105,144)
#1C5E80
(28,94,128)
#195370
(25,83,112)
#164860
(22,72,96)
#133D50
(19,61,80)
#103240
(16,50,64)
#0D2730
(13,39,48)
#0A1C20
(10,28,32)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #257FB0

#257FB0
(37,127,176)
#388AB7
(56,138,183)
#4B95BE
(75,149,190)
#5EA0C5
(94,160,197)
#71ABCC
(113,171,204)
#84B6D3
(132,182,211)
#97C1DA
(151,193,218)
#AACCE1
(170,204,225)
#BDD7E8
(189,215,232)
#D0E2EF
(208,226,239)
#E3EDF6
(227,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257FB0 color. Also use rgb(37,127,176) instead hex code.

Text Font Color

.myTextColor { color: #257FB0; }

<p style="color:#257FB0">This sample text font color is #257FB0.</p>

This text font color is #257FB0.


Background Color

.myBgColor { background-color: #257FB0; }

<div style="background-color:#257FB0">Inner text</div>

This div background color is #257FB0.


Border color

.myBorderColor { border: 1px solid #257FB0; }

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

This div border color is #257FB0.


Opacity

.myOpacity80 { color: #257FB0; opacity: 0.8; }

<p style="color:#257FB0;opacity:0.8;">80%</p>

Text with #257FB0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #257FB0;}

<p style="text-shadow: 3px 3px 1px #257FB0">Text here.</p>

This text has shadow with #257FB0 color.

.textShadow {text-shadow: 3px 3px 1px #257FB0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #257FB0, 5px 5px 20px red">Text here.</p>

This text has shadow with #257FB0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#257FB0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#257FB0, Direction=45, Strength=4)">Text</p>

This text has shadow with #257FB0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #257FB0;
  -webkit-box-shadow:	1px 1px 3px 2px #257FB0;
  box-shadow:		1px 1px 3px 2px #257FB0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #257FB0;
-webkit-box-shadow: 1px 1px 3px 2px #257FB0;
box-shadow:1px 1px 3px 2px #257FB0;">
Div content here</div>
This div box has shadow with color #257FB0.

Preview

Color preview on black background

This text has color #257FB0 on black background.


Color preview on white background

This text has color #257FB0 on white background.



Black color preview on #257FB0 background

This text has black color on #257FB0 background.


White color preview on #257FB0 background

This text has white color on #257FB0 background.