COLOR #227DD8

HEX: #227DD8
RGB: (34,125,216)

Color info

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

RGB color model

#227DD8 color RGB value is (34,125,216).

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

RGB channels and saturation

R 34 of 255 = 13%
G 125 of 255 = 49%
B 216 of 255 = 85%

34
125
216

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

Portions of RGB colors in percentages

R + G + B =
34 + 125 + 216 = 375 (100%)
R 34 of 375 ~ 9.07%
G 125 of 375 ~ 33.33%
B 216 of 375 ~ 57.6%

%33.33
%57.6

CMYK color model

#227DD8 color CMYK value is (84,42,0,15).

  • cyan value is 84.26%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(84,42,0,15)
C84M42Y0K15 
(84%,42%,0%,15%)
(0.84/0.42/0.00/0.15)	

CMYK percentages

%84.26
%42.13
%0
%15.29

Codes

Color #227DD8 in popluar color models

227DD8
RGB34125216
HSL210°72.80%49.02%
HSB/HSV210°84.26%84.71%
CMYK84.26%42.13%0.00%
15.29%

Color #227DD8 in popluar number systems.

HEX227DD8
Decimal34125216
Binary100010111110111011000
Octal42175330

Shades and tints

Shades of #227DD8

#227DD8
(34,125,216)
#1F72C5
(31,114,197)
#1C67B2
(28,103,178)
#195C9F
(25,92,159)
#16518C
(22,81,140)
#134679
(19,70,121)
#103B66
(16,59,102)
#0D3053
(13,48,83)
#0A2540
(10,37,64)
#071A2D
(7,26,45)
#040F1A
(4,15,26)
#000000
(0,0,0)

Tints of #227DD8

#227DD8
(34,125,216)
#3688DB
(54,136,219)
#4A93DE
(74,147,222)
#5E9EE1
(94,158,225)
#72A9E4
(114,169,228)
#86B4E7
(134,180,231)
#9ABFEA
(154,191,234)
#AECAED
(174,202,237)
#C2D5F0
(194,213,240)
#D6E0F3
(214,224,243)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #227DD8; }

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

This text font color is #227DD8.


Background Color

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

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

This div background color is #227DD8.


Border color

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

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

This div border color is #227DD8.


Opacity

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

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

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

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

This text has shadow with #227DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #227DD8 on black background.


Color preview on white background

This text has color #227DD8 on white background.



Black color preview on #227DD8 background

This text has black color on #227DD8 background.


White color preview on #227DD8 background

This text has white color on #227DD8 background.