COLOR #253FEA

HEX: #253FEA
RGB: (37,63,234)

Color info

#253FEA contains mainly blue color. Web safe color of #253FEA is #3333FF (or #33F).

RGB color model

#253FEA color RGB value is (37,63,234).

  • red value is 37;
  • green value is 63;
  • blue value is 234.
RGB:
(37,63,234)
(15%,25%,92%)

RGB channels and saturation

R 37 of 255 = 15%
G 63 of 255 = 25%
B 234 of 255 = 92%

37
63
234

R + G + B ~ 44%. #253FEA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 63 + 234 = 334 (100%)
R 37 of 334 ~ 11.08%
G 63 of 334 ~ 18.86%
B 234 of 334 ~ 70.06%

%11.08
%18.86
%70.06

CMYK color model

#253FEA color CMYK value is (84,73,0,8).

  • cyan value is 84.19%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(84,73,0,8)
C84M73Y0K8 
(84%,73%,0%,8%)
(0.84/0.73/0.00/0.08)	

CMYK percentages

%84.19
%73.08
%0
%8.24

Codes

Color #253FEA in popluar color models

253FEA
RGB3763234
HSL232°82.43%53.14%
HSB/HSV232°84.19%91.76%
CMYK84.19%73.08%0.00%
8.24%

Color #253FEA in popluar number systems.

HEX253FEA
Decimal3763234
Binary10010111111111101010
Octal4577352

Shades and tints

Shades of #253FEA

#253FEA
(37,63,234)
#223AD5
(34,58,213)
#1F35C0
(31,53,192)
#1C30AB
(28,48,171)
#192B96
(25,43,150)
#162681
(22,38,129)
#13216C
(19,33,108)
#101C57
(16,28,87)
#0D1742
(13,23,66)
#0A122D
(10,18,45)
#070D18
(7,13,24)
#000000
(0,0,0)

Tints of #253FEA

#253FEA
(37,63,234)
#3850EB
(56,80,235)
#4B61EC
(75,97,236)
#5E72ED
(94,114,237)
#7183EE
(113,131,238)
#8494EF
(132,148,239)
#97A5F0
(151,165,240)
#AAB6F1
(170,182,241)
#BDC7F2
(189,199,242)
#D0D8F3
(208,216,243)
#E3E9F4
(227,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253FEA color. Also use rgb(37,63,234) instead hex code.

Text Font Color

.myTextColor { color: #253FEA; }

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

This text font color is #253FEA.


Background Color

.myBgColor { background-color: #253FEA; }

<div style="background-color:#253FEA">Inner text</div>

This div background color is #253FEA.


Border color

.myBorderColor { border: 1px solid #253FEA; }

<div style="border:3px solid #253FEA">Div</div>

This div border color is #253FEA.


Opacity

.myOpacity80 { color: #253FEA; opacity: 0.8; }

<p style="color:#253FEA;opacity:0.8;">80%</p>

Text with #253FEA 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 #253FEA;}

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

This text has shadow with #253FEA color.

.textShadow {text-shadow: 3px 3px 1px #253FEA, 3px 3px 1px red;}

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

This text has shadow with #253FEA primary color and red secondary color.


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

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

This text has shadow with #253FEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253FEA on black background.


Color preview on white background

This text has color #253FEA on white background.



Black color preview on #253FEA background

This text has black color on #253FEA background.


White color preview on #253FEA background

This text has white color on #253FEA background.