COLOR #227EF5

HEX: #227EF5
RGB: (34,126,245)

Color info

#227EF5 contains mainly blue color. Web safe color of #227EF5 is #3366FF (or #36F).

RGB color model

#227EF5 color RGB value is (34,126,245).

  • red value is 34;
  • green value is 126;
  • blue value is 245.
RGB:
(34,126,245)
(13%,49%,96%)

RGB channels and saturation

R 34 of 255 = 13%
G 126 of 255 = 49%
B 245 of 255 = 96%

34
126
245

R + G + B ~ 53%. #227EF5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
34 + 126 + 245 = 405 (100%)
R 34 of 405 ~ 8.4%
G 126 of 405 ~ 31.11%
B 245 of 405 ~ 60.49%

%31.11
%60.49

CMYK color model

#227EF5 color CMYK value is (86,49,0,4).

  • cyan value is 86.12%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(86,49,0,4)
C86M49Y0K4 
(86%,49%,0%,4%)
(0.86/0.49/0.00/0.04)	

CMYK percentages

%86.12
%48.57
%0
%3.92

Codes

Color #227EF5 in popluar color models

227EF5
RGB34126245
HSL214°91.34%54.71%
HSB/HSV214°86.12%96.08%
CMYK86.12%48.57%0.00%
3.92%

Color #227EF5 in popluar number systems.

HEX227EF5
Decimal34126245
Binary100010111111011110101
Octal42176365

Shades and tints

Shades of #227EF5

#227EF5
(34,126,245)
#1F73DF
(31,115,223)
#1C68C9
(28,104,201)
#195DB3
(25,93,179)
#16529D
(22,82,157)
#134787
(19,71,135)
#103C71
(16,60,113)
#0D315B
(13,49,91)
#0A2645
(10,38,69)
#071B2F
(7,27,47)
#041019
(4,16,25)
#000000
(0,0,0)

Tints of #227EF5

#227EF5
(34,126,245)
#3689F5
(54,137,245)
#4A94F5
(74,148,245)
#5E9FF5
(94,159,245)
#72AAF5
(114,170,245)
#86B5F5
(134,181,245)
#9AC0F5
(154,192,245)
#AECBF5
(174,203,245)
#C2D6F5
(194,214,245)
#D6E1F5
(214,225,245)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #227EF5 color. Also use rgb(34,126,245) instead hex code.

Text Font Color

.myTextColor { color: #227EF5; }

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

This text font color is #227EF5.


Background Color

.myBgColor { background-color: #227EF5; }

<div style="background-color:#227EF5">Inner text</div>

This div background color is #227EF5.


Border color

.myBorderColor { border: 1px solid #227EF5; }

<div style="border:3px solid #227EF5">Div</div>

This div border color is #227EF5.


Opacity

.myOpacity80 { color: #227EF5; opacity: 0.8; }

<p style="color:#227EF5;opacity:0.8;">80%</p>

Text with #227EF5 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 #227EF5;}

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

This text has shadow with #227EF5 color.

.textShadow {text-shadow: 3px 3px 1px #227EF5, 3px 3px 1px red;}

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

This text has shadow with #227EF5 primary color and red secondary color.


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

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

This text has shadow with #227EF5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #227EF5 on black background.


Color preview on white background

This text has color #227EF5 on white background.



Black color preview on #227EF5 background

This text has black color on #227EF5 background.


White color preview on #227EF5 background

This text has white color on #227EF5 background.