Color Hex Logo

#217dbe Color Hex

#217DBE
(33,125,190)
0 Favorites   0 Comments

Color spaces of #217dbe

RGB 33125190
HSL0.570.700.44
HSV205°83°75°
CMYK 0.830.340.00   0.25
XYZ17.255118.708351.4168
Yxy18.70830.19750.2141
Hunter Lab43.2531-4.4833-40.2034
CIE-Lab50.3442-2.8512-41.3576

#217dbe color RGB value is (33,125,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 10111110
Octal 41 175 276
Decimal 33 125 190
Hex 21 7D BE

RGB Percentages of Color #217dbe

%9.48
%35.92
%54.60

CMYK Percentages of Color #217dbe

%83
%34
%0
%25

Triadic Colors of #217dbe

#217dbe #be217d #7dbe21

Analogous Colors of #217dbe

#217dbe #212fbe #21beb1

Monochromatic Colors of #217dbe

#217dbe

Complementary Color

#217dbe #be6221

#217dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#217dbe Color CSS Codes

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

#217dbe Text Font Color

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

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


#217dbe Background Color

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

This div background color is #217dbe


#217dbe Border Color

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

This div border color is #217dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217dbe


Comments

No comments written yet.

Please login to write comment.