COLOR #229DDD

HEX: #229DDD RGB: (34,157,221)

Color info

#229DDD contains mainly blue color. Web safe color of #229DDD is #3399CC (or #39C).

RGB color model

#229DDD color RGB value is (34,157,221).

RGB: (34,157,221) (13%, 62%, 87%)

RGB channels and saturation

R 34 of 255 = 13%
G 157 of 255 = 62%
B 221 of 255 = 87%

34
157
221

R + G + B ~ 54%. #229DDD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 34 + 157 + 221 = 412 (100%)
R 34 of 412 ~ 8.25%
G 157 of 412 ~ 38.11%
B 221 of 412 ~ 53.64'%

%38.11
%53.64

CMYK color model

#229DDD color CMYK value is (85,29,0,13).

  • cyan value is 84.62%
  • magenta value is 28.96%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (85,29,0,13) C85M29Y0K13 (85%,29%,0%,13%) (0.85/0.29/0.00/0.13) 

CMYK percentages

%84.62
%28.96
%0
%13.33

Codes

Color #229DDD in popluar color models

22 9D DD
RGB 34 157 221
HSL 201° 73.33% 50.00%
HSB/HSV 201° 84.62% 86.67%
CMYK 84.62% 28.96% 0.00%
13.33%

Color #229DDD in popluar number systems.

HEX 22 9D DD
Decimal 34 157 221
Binary 100010 10011101 11011101
Octal 42 235 335

Shades and tints

Shades of #229DDD

#229DDD
(34,157,221)
#1F8FC9
(31,143,201)
#1C81B5
(28,129,181)
#1973A1
(25,115,161)
#16658D
(22,101,141)
#135779
(19,87,121)
#104965
(16,73,101)
#0D3B51
(13,59,81)
#0A2D3D
(10,45,61)
#071F29
(7,31,41)
#041115
(4,17,21)
#000000
(0,0,0)

Tints of #229DDD

#229DDD
(34,157,221)
#36A5E0
(54,165,224)
#4AADE3
(74,173,227)
#5EB5E6
(94,181,230)
#72BDE9
(114,189,233)
#86C5EC
(134,197,236)
#9ACDEF
(154,205,239)
#AED5F2
(174,213,242)
#C2DDF5
(194,221,245)
#D6E5F8
(214,229,248)
#EAEDFB
(234,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #229DDD color. Also use rgb(34,157,221) instead hex code.

Text Font Color

.myTextColor { color: #229DDD; }

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

This text font color is #229DDD.

Background Color

.myBgColor { background-color: #229DDD; }

<div style="background-color:#229DDD">Inner text</div>

This div background color is #229DDD.

Border color

.myBorderColor { border: 1px solid #229DDD; }

<div style="border:3px solid #229DDD">Div</div>

This div border color is #229DDD.

Opacity

.myOpacity80 { color: #229DDD; opacity: 0.8; }

<p style="color:#229DDD;opacity:0.8;">80%</p>

Text with #229DDD 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 #229DDD;}

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

This text has shadow with #229DDD color.


.textShadow {text-shadow: 3px 3px 1px #229DDD', 3px 3px 1px red;}

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

This text has shadow with #229DDD primary color and red secondary color.


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

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

This text has shadow with #229DDD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #229DDD; -webkit-box-shadow: 1px 1px 3px 2px #229DDD; box-shadow:1px 1px 3px 2px #229DDD;">
Div content here
</div>

This div box has shadow with color #229DDD.

Preview

Color preview on black background

This text has color #229DDD on black background.


Color preview on white background

This text has color #229DDD on white background.


Black color preview on #229DDD background

This text has black color on #229DDD background.


White color preview on #229DDD background

This text has white color on #229DDD background.


Related colors

Complementary color

Complementary color for #hex is #DD6222.


I love getcolorcode.com

Triadic colors

1 #DD229D and #9DDD22 with #229DDD are triadic colors.

2 #DD9D22 and #9D22DD with #229DDD are triadic colors.