COLOR #254EE1

HEX: #254EE1
RGB: (37,78,225)

Color info

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

RGB color model

#254EE1 color RGB value is (37,78,225).

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

RGB channels and saturation

R 37 of 255 = 15%
G 78 of 255 = 31%
B 225 of 255 = 88%

37
78
225

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

Portions of RGB colors in percentages

R + G + B =
37 + 78 + 225 = 340 (100%)
R 37 of 340 ~ 10.88%
G 78 of 340 ~ 22.94%
B 225 of 340 ~ 66.18%

%10.88
%22.94
%66.18

CMYK color model

#254EE1 color CMYK value is (84,65,0,12).

  • cyan value is 83.56%
  • magenta value is 65.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(84,65,0,12)
C84M65Y0K12 
(84%,65%,0%,12%)
(0.84/0.65/0.00/0.12)	

CMYK percentages

%83.56
%65.33
%0
%11.76

Codes

Color #254EE1 in popluar color models

254EE1
RGB3778225
HSL227°75.81%51.37%
HSB/HSV227°83.56%88.24%
CMYK83.56%65.33%0.00%
11.76%

Color #254EE1 in popluar number systems.

HEX254EE1
Decimal3778225
Binary100101100111011100001
Octal45116341

Shades and tints

Shades of #254EE1

#254EE1
(37,78,225)
#2247CD
(34,71,205)
#1F40B9
(31,64,185)
#1C39A5
(28,57,165)
#193291
(25,50,145)
#162B7D
(22,43,125)
#132469
(19,36,105)
#101D55
(16,29,85)
#0D1641
(13,22,65)
#0A0F2D
(10,15,45)
#070819
(7,8,25)
#000000
(0,0,0)

Tints of #254EE1

#254EE1
(37,78,225)
#385EE3
(56,94,227)
#4B6EE5
(75,110,229)
#5E7EE7
(94,126,231)
#718EE9
(113,142,233)
#849EEB
(132,158,235)
#97AEED
(151,174,237)
#AABEEF
(170,190,239)
#BDCEF1
(189,206,241)
#D0DEF3
(208,222,243)
#E3EEF5
(227,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254EE1 color. Also use rgb(37,78,225) instead hex code.

Text Font Color

.myTextColor { color: #254EE1; }

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

This text font color is #254EE1.


Background Color

.myBgColor { background-color: #254EE1; }

<div style="background-color:#254EE1">Inner text</div>

This div background color is #254EE1.


Border color

.myBorderColor { border: 1px solid #254EE1; }

<div style="border:3px solid #254EE1">Div</div>

This div border color is #254EE1.


Opacity

.myOpacity80 { color: #254EE1; opacity: 0.8; }

<p style="color:#254EE1;opacity:0.8;">80%</p>

Text with #254EE1 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 #254EE1;}

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

This text has shadow with #254EE1 color.

.textShadow {text-shadow: 3px 3px 1px #254EE1, 3px 3px 1px red;}

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

This text has shadow with #254EE1 primary color and red secondary color.


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

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

This text has shadow with #254EE1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254EE1 on black background.


Color preview on white background

This text has color #254EE1 on white background.



Black color preview on #254EE1 background

This text has black color on #254EE1 background.


White color preview on #254EE1 background

This text has white color on #254EE1 background.