Color Hex Logo

#217bbd Color Hex

#217BBD
(33,123,189)
0 Favorites   0 Comments

Color spaces of #217bbd

RGB 33123189
HSL0.570.700.44
HSV205°83°74°
CMYK 0.830.350.00   0.26
XYZ16.895518.163450.7595
Yxy18.16340.19690.2116
Hunter Lab42.6185-3.8187-40.7825
CIE-Lab49.6937-2.0279-41.8126

#217bbd color RGB value is (33,123,189).

#217bbd hex color red value is 33, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #217bbd hue: 0.57 , saturation: 0.70 and the lightness value of 217bbd is 0.44.

The process color (four color CMYK) of #217bbd color hex is 0.83, 0.35, 0.00, 0.26. Web safe color of #217bbd is #3366cc. Color #217bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111011 10111101
Octal 41 173 275
Decimal 33 123 189
Hex 21 7B BD

RGB Percentages of Color #217bbd

%9.57
%35.65
%54.78

CMYK Percentages of Color #217bbd

%83
%35
%0
%26

Triadic Colors of #217bbd

#217bbd #bd217b #7bbd21

Analogous Colors of #217bbd

#217bbd #212dbd #21bdb1

Monochromatic Colors of #217bbd

#217bbd

Complementary Color

#217bbd #bd6321

#217bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#217bbd Color CSS Codes

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

#217bbd Text Font Color

<p style="color:#217bbd">Text here</p>

This sample text font color is #217bbd
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.


#217bbd Background Color

<div style="background-color:#217bbd">
Div content here</div>

This div background color is #217bbd


#217bbd Border Color

<div style="border:3px solid #217bbd">
Div here</div>

This div border color is #217bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,123,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #217bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #217bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #217bbd;
  box-shadow:         1px 1px 3px 2px #217bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,123,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217bbd


Comments

No comments written yet.

Please login to write comment.