COLOR #227DEC

HEX: #227DEC
RGB: (34,125,236)

Color info

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

RGB color model

#227DEC color RGB value is (34,125,236).

  • red value is 34;
  • green value is 125;
  • blue value is 236.
RGB:
(34,125,236)
(13%,49%,93%)

RGB channels and saturation

R 34 of 255 = 13%
G 125 of 255 = 49%
B 236 of 255 = 93%

34
125
236

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

Portions of RGB colors in percentages

R + G + B =
34 + 125 + 236 = 395 (100%)
R 34 of 395 ~ 8.61%
G 125 of 395 ~ 31.65%
B 236 of 395 ~ 59.75%

%31.65
%59.75

CMYK color model

#227DEC color CMYK value is (86,47,0,7).

  • cyan value is 85.59%
  • magenta value is 47.03%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(86,47,0,7)
C86M47Y0K7 
(86%,47%,0%,7%)
(0.86/0.47/0.00/0.07)	

CMYK percentages

%85.59
%47.03
%0
%7.45

Codes

Color #227DEC in popluar color models

227DEC
RGB34125236
HSL213°84.17%52.94%
HSB/HSV213°85.59%92.55%
CMYK85.59%47.03%0.00%
7.45%

Color #227DEC in popluar number systems.

HEX227DEC
Decimal34125236
Binary100010111110111101100
Octal42175354

Shades and tints

Shades of #227DEC

#227DEC
(34,125,236)
#1F72D7
(31,114,215)
#1C67C2
(28,103,194)
#195CAD
(25,92,173)
#165198
(22,81,152)
#134683
(19,70,131)
#103B6E
(16,59,110)
#0D3059
(13,48,89)
#0A2544
(10,37,68)
#071A2F
(7,26,47)
#040F1A
(4,15,26)
#000000
(0,0,0)

Tints of #227DEC

#227DEC
(34,125,236)
#3688ED
(54,136,237)
#4A93EE
(74,147,238)
#5E9EEF
(94,158,239)
#72A9F0
(114,169,240)
#86B4F1
(134,180,241)
#9ABFF2
(154,191,242)
#AECAF3
(174,202,243)
#C2D5F4
(194,213,244)
#D6E0F5
(214,224,245)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #227DEC color. Also use rgb(34,125,236) instead hex code.

Text Font Color

.myTextColor { color: #227DEC; }

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

This text font color is #227DEC.


Background Color

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

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

This div background color is #227DEC.


Border color

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

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

This div border color is #227DEC.


Opacity

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

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

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

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

This text has shadow with #227DEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #227DEC on black background.


Color preview on white background

This text has color #227DEC on white background.



Black color preview on #227DEC background

This text has black color on #227DEC background.


White color preview on #227DEC background

This text has white color on #227DEC background.