Color Hex Logo

#228bdd Color Hex

#228BDD
(34,139,221)
0 Favorites   0 Comments

Color spaces of #228bdd

RGB 34139221
HSL0.570.730.50
HSV206°85°87°
CMYK 0.850.370.00   0.13
XYZ22.943524.025871.8348
Yxy24.02580.19310.2022
Hunter Lab49.0161-2.2258-52.5802
CIE-Lab56.11360.4879-49.7753

#228bdd color RGB value is (34,139,221).

#228bdd hex color red value is 34, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #228bdd hue: 0.57 , saturation: 0.73 and the lightness value of 228bdd is 0.50.

The process color (four color CMYK) of #228bdd color hex is 0.85, 0.37, 0.00, 0.13. Web safe color of #228bdd is #3399cc. Color #228bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001011 11011101
Octal 42 213 335
Decimal 34 139 221
Hex 22 8B DD

RGB Percentages of Color #228bdd

%8.63
%35.28
%56.09

CMYK Percentages of Color #228bdd

%85
%37
%0
%13

Triadic Colors of #228bdd

#228bdd #dd228b #8bdd22

Analogous Colors of #228bdd

#228bdd #222edd #22ddd2

Monochromatic Colors of #228bdd

#228bdd

Complementary Color

#228bdd #dd7422

#228bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#228bdd Color CSS Codes

.mybgcolor {background-color:#228bdd; } 
.myforecolor {color:#228bdd; }
.mybordercolor {border:3px solid #228bdd; }

#228bdd Text Font Color

<p style="color:#228bdd">Text here</p>

This sample text font color is #228bdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#228bdd Background Color

<div style="background-color:#228bdd">
Div content here</div>

This div background color is #228bdd


#228bdd Border Color

<div style="border:3px solid #228bdd">
Div here</div>

This div border color is #228bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,139,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #228bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #228bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #228bdd;
  box-shadow:         1px 1px 3px 2px #228bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,139,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #228bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #228bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #228bdd;
  box-shadow:         1px 1px 3px 2px #228bdd;">
Div content here</div>

This div box has shadow with color #228bdd


Comments

No comments written yet.

Please login to write comment.