Color Hex Logo

#215bdf Color Hex

#215BDF
(33,91,223)
0 Favorites   0 Comments

Color spaces of #215bdf

RGB 3391223
HSL0.620.750.50
HSV222°85°87°
CMYK 0.850.590.00   0.13
XYZ17.687613.133271.4148
Yxy13.13320.17300.1285
Hunter Lab36.239823.7012-91.4702
CIE-Lab42.963331.3090-72.1084

#215bdf color RGB value is (33,91,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011011 11011111
Octal 41 133 337
Decimal 33 91 223
Hex 21 5B DF

RGB Percentages of Color #215bdf

%9.51
%26.22
%64.27

CMYK Percentages of Color #215bdf

%85
%59
%0
%13

Triadic Colors of #215bdf

#215bdf #df215b #5bdf21

Analogous Colors of #215bdf

#215bdf #4621df #21badf

Monochromatic Colors of #215bdf

#215bdf

Complementary Color

#215bdf #dfa521

#215bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#215bdf Color CSS Codes

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

#215bdf Text Font Color

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

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


#215bdf Background Color

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

This div background color is #215bdf


#215bdf Border Color

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

This div border color is #215bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215bdf


Comments

No comments written yet.

Please login to write comment.