Color Hex Logo

#214dfb Color Hex

#214DFB
(33,77,251)
0 Favorites   0 Comments

Color spaces of #214dfb

RGB 3377251
HSL0.630.960.56
HSV228°87°98°
CMYK 0.870.690.00   0.02
XYZ20.693712.596192.6074
Yxy12.59610.16440.1001
Hunter Lab35.491041.9686-129.8630
CIE-Lab42.148350.1555-89.2368

#214dfb color RGB value is (33,77,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 11111011
Octal 41 115 373
Decimal 33 77 251
Hex 21 4D FB

RGB Percentages of Color #214dfb

%9.14
%21.33
%69.53

CMYK Percentages of Color #214dfb

%87
%69
%0
%2

Triadic Colors of #214dfb

#214dfb #fb214d #4dfb21

Analogous Colors of #214dfb

#214dfb #6221fb #21bafb

Monochromatic Colors of #214dfb

#214dfb

Complementary Color

#214dfb #fbcf21

#214dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#214dfb Color CSS Codes

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

#214dfb Text Font Color

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

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


#214dfb Background Color

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

This div background color is #214dfb


#214dfb Border Color

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

This div border color is #214dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.