Color Hex Logo

#215bbb Color Hex

#215BBB
(33,91,187)
0 Favorites   0 Comments

Color spaces of #215bbb

RGB 3391187
HSL0.600.700.43
HSV217°82°73°
CMYK 0.820.510.00   0.27
XYZ13.337911.393448.5099
Yxy11.39340.18210.1556
Hunter Lab33.754111.4644-61.5811
CIE-Lab40.235317.4347-55.7945

#215bbb color RGB value is (33,91,187).

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

The process color (four color CMYK) of #215bbb color hex is 0.82, 0.51, 0.00, 0.27. Web safe color of #215bbb is #3366cc. Color #215bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011011 10111011
Octal 41 133 273
Decimal 33 91 187
Hex 21 5B BB

RGB Percentages of Color #215bbb

%10.61
%29.26
%60.13

CMYK Percentages of Color #215bbb

%82
%51
%0
%27

Triadic Colors of #215bbb

#215bbb #bb215b #5bbb21

Analogous Colors of #215bbb

#215bbb #3421bb #21a8bb

Monochromatic Colors of #215bbb

#215bbb

Complementary Color

#215bbb #bb8121

#215bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#215bbb Color CSS Codes

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

#215bbb Text Font Color

<p style="color:#215bbb">Text here</p>

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


#215bbb Background Color

<div style="background-color:#215bbb">
Div content here</div>

This div background color is #215bbb


#215bbb Border Color

<div style="border:3px solid #215bbb">
Div here</div>

This div border color is #215bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,91,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 #215bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215bbb


Comments

No comments written yet.

Please login to write comment.