COLOR #257FE1

HEX: #257FE1
RGB: (37,127,225)

Color info

#257FE1 contains mainly blue color. Web safe color of #257FE1 is #3366CC (or #36C).

RGB color model

#257FE1 color RGB value is (37,127,225).

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

RGB channels and saturation

R 37 of 255 = 15%
G 127 of 255 = 50%
B 225 of 255 = 88%

37
127
225

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

Portions of RGB colors in percentages

R + G + B =
37 + 127 + 225 = 389 (100%)
R 37 of 389 ~ 9.51%
G 127 of 389 ~ 32.65%
B 225 of 389 ~ 57.84%

%9.51
%32.65
%57.84

CMYK color model

#257FE1 color CMYK value is (84,44,0,12).

  • cyan value is 83.56%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(84,44,0,12)
C84M44Y0K12 
(84%,44%,0%,12%)
(0.84/0.44/0.00/0.12)	

CMYK percentages

%83.56
%43.56
%0
%11.76

Codes

Color #257FE1 in popluar color models

257FE1
RGB37127225
HSL211°75.81%51.37%
HSB/HSV211°83.56%88.24%
CMYK83.56%43.56%0.00%
11.76%

Color #257FE1 in popluar number systems.

HEX257FE1
Decimal37127225
Binary100101111111111100001
Octal45177341

Shades and tints

Shades of #257FE1

#257FE1
(37,127,225)
#2274CD
(34,116,205)
#1F69B9
(31,105,185)
#1C5EA5
(28,94,165)
#195391
(25,83,145)
#16487D
(22,72,125)
#133D69
(19,61,105)
#103255
(16,50,85)
#0D2741
(13,39,65)
#0A1C2D
(10,28,45)
#071119
(7,17,25)
#000000
(0,0,0)

Tints of #257FE1

#257FE1
(37,127,225)
#388AE3
(56,138,227)
#4B95E5
(75,149,229)
#5EA0E7
(94,160,231)
#71ABE9
(113,171,233)
#84B6EB
(132,182,235)
#97C1ED
(151,193,237)
#AACCEF
(170,204,239)
#BDD7F1
(189,215,241)
#D0E2F3
(208,226,243)
#E3EDF5
(227,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #257FE1; }

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

This text font color is #257FE1.


Background Color

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

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

This div background color is #257FE1.


Border color

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

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

This div border color is #257FE1.


Opacity

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

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

Text with #257FE1 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 #257FE1;}

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

This text has shadow with #257FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257FE1 on black background.


Color preview on white background

This text has color #257FE1 on white background.



Black color preview on #257FE1 background

This text has black color on #257FE1 background.


White color preview on #257FE1 background

This text has white color on #257FE1 background.