Color Hex Logo

#215bdd Color Hex

#215BDD
(33,91,221)
0 Favorites   0 Comments

Color spaces of #215bdd

RGB 3391221
HSL0.620.740.50
HSV221°85°87°
CMYK 0.850.590.00   0.13
XYZ17.419413.026070.0028
Yxy13.02600.17340.1297
Hunter Lab36.091622.9919-89.7342
CIE-Lab42.802430.5523-71.2328

#215bdd color RGB value is (33,91,221).

#215bdd hex color red value is 33, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #215bdd hue: 0.62 , saturation: 0.74 and the lightness value of 215bdd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011011 11011101
Octal 41 133 335
Decimal 33 91 221
Hex 21 5B DD

RGB Percentages of Color #215bdd

%9.57
%26.38
%64.06

CMYK Percentages of Color #215bdd

%85
%59
%0
%13

Triadic Colors of #215bdd

#215bdd #dd215b #5bdd21

Analogous Colors of #215bdd

#215bdd #4521dd #21b9dd

Monochromatic Colors of #215bdd

#215bdd

Complementary Color

#215bdd #dda321

#215bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#215bdd Color CSS Codes

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

#215bdd Text Font Color

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

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


#215bdd Background Color

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

This div background color is #215bdd


#215bdd Border Color

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

This div border color is #215bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215bdd


Comments

No comments written yet.

Please login to write comment.