Color Hex Logo

#219cbb Color Hex

#219CBB
(33,156,187)
0 Favorites   0 Comments

Color spaces of #219cbb

RGB 33156187
HSL0.530.700.43
HSV192°82°73°
CMYK 0.820.170.00   0.27
XYZ21.485327.688151.2257
Yxy27.68810.21400.2758
Hunter Lab52.6195-19.2000-20.8859
CIE-Lab59.6059-21.3054-25.1959

#219cbb color RGB value is (33,156,187).

#219cbb hex color red value is 33, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #219cbb hue: 0.53 , saturation: 0.70 and the lightness value of 219cbb is 0.43.

The process color (four color CMYK) of #219cbb color hex is 0.82, 0.17, 0.00, 0.27. Web safe color of #219cbb is #3399cc. Color #219cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011100 10111011
Octal 41 234 273
Decimal 33 156 187
Hex 21 9C BB

RGB Percentages of Color #219cbb

%8.78
%41.49
%49.73

CMYK Percentages of Color #219cbb

%82
%17
%0
%27

Triadic Colors of #219cbb

#219cbb #bb219c #9cbb21

Analogous Colors of #219cbb

#219cbb #214fbb #21bb8d

Monochromatic Colors of #219cbb

#219cbb

Complementary Color

#219cbb #bb4021

#219cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#219cbb Color CSS Codes

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

#219cbb Text Font Color

<p style="color:#219cbb">Text here</p>

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


#219cbb Background Color

<div style="background-color:#219cbb">
Div content here</div>

This div background color is #219cbb


#219cbb Border Color

<div style="border:3px solid #219cbb">
Div here</div>

This div border color is #219cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,156,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #219cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #219cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #219cbb;
  box-shadow:         1px 1px 3px 2px #219cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219cbb


Comments

No comments written yet.

Please login to write comment.