Color Hex Logo

#215fdd Color Hex

#215FDD
(33,95,221)
0 Favorites   0 Comments

Color spaces of #215fdd

RGB 3395221
HSL0.610.740.50
HSV220°85°87°
CMYK 0.850.570.00   0.13
XYZ17.770613.728270.1198
Yxy13.72820.17490.1351
Hunter Lab37.051620.7715-86.2697
CIE-Lab43.840627.9733-69.5390

#215fdd color RGB value is (33,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011111 11011101
Octal 41 137 335
Decimal 33 95 221
Hex 21 5F DD

RGB Percentages of Color #215fdd

%9.46
%27.22
%63.32

CMYK Percentages of Color #215fdd

%85
%57
%0
%13

Triadic Colors of #215fdd

#215fdd #dd215f #5fdd21

Analogous Colors of #215fdd

#215fdd #4121dd #21bddd

Monochromatic Colors of #215fdd

#215fdd

Complementary Color

#215fdd #dd9f21

#215fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#215fdd Color CSS Codes

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

#215fdd Text Font Color

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

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


#215fdd Background Color

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

This div background color is #215fdd


#215fdd Border Color

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

This div border color is #215fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215fdd


Comments

No comments written yet.

Please login to write comment.