Color Hex Logo

#217dfb Color Hex

#217DFB
(33,125,251)
0 Favorites   0 Comments

Color spaces of #217dfb

RGB 33125251
HSL0.600.960.56
HSV215°87°98°
CMYK 0.870.500.00   0.02
XYZ25.373421.955694.1673
Yxy21.95560.17930.1552
Hunter Lab46.856814.6600-86.3543
CIE-Lab53.979920.3089-69.8955

#217dfb color RGB value is (33,125,251).

#217dfb hex color red value is 33, green value is 125 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #217dfb hue: 0.60 , saturation: 0.96 and the lightness value of 217dfb is 0.56.

The process color (four color CMYK) of #217dfb color hex is 0.87, 0.50, 0.00, 0.02. Web safe color of #217dfb is #3366ff. Color #217dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 11111011
Octal 41 175 373
Decimal 33 125 251
Hex 21 7D FB

RGB Percentages of Color #217dfb

%8.07
%30.56
%61.37

CMYK Percentages of Color #217dfb

%87
%50
%0
%2

Triadic Colors of #217dfb

#217dfb #fb217d #7dfb21

Analogous Colors of #217dfb

#217dfb #3221fb #21eafb

Monochromatic Colors of #217dfb

#217dfb

Complementary Color

#217dfb #fb9f21

#217dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#217dfb Color CSS Codes

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

#217dfb Text Font Color

<p style="color:#217dfb">Text here</p>

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


#217dfb Background Color

<div style="background-color:#217dfb">
Div content here</div>

This div background color is #217dfb


#217dfb Border Color

<div style="border:3px solid #217dfb">
Div here</div>

This div border color is #217dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,125,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #217dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #217dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #217dfb;
  box-shadow:         1px 1px 3px 2px #217dfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217dfb


Comments

No comments written yet.

Please login to write comment.