Color Hex Logo

#214fdb Color Hex

#214FDB
(33,79,219)
0 Favorites   0 Comments

Color spaces of #214fdb

RGB 3379219
HSL0.630.740.49
HSV225°85°86°
CMYK 0.850.640.00   0.14
XYZ16.209411.029868.2925
Yxy11.02980.16970.1155
Hunter Lab33.211129.0012-98.6710
CIE-Lab39.630637.4892-75.2840

#214fdb color RGB value is (33,79,219).

#214fdb hex color red value is 33, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #214fdb hue: 0.63 , saturation: 0.74 and the lightness value of 214fdb is 0.49.

The process color (four color CMYK) of #214fdb color hex is 0.85, 0.64, 0.00, 0.14. Web safe color of #214fdb is #3366cc. Color #214fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001111 11011011
Octal 41 117 333
Decimal 33 79 219
Hex 21 4F DB

RGB Percentages of Color #214fdb

%9.97
%23.87
%66.16

CMYK Percentages of Color #214fdb

%85
%64
%0
%14

Triadic Colors of #214fdb

#214fdb #db214f #4fdb21

Analogous Colors of #214fdb

#214fdb #5021db #21acdb

Monochromatic Colors of #214fdb

#214fdb

Complementary Color

#214fdb #dbad21

#214fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#214fdb Color CSS Codes

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

#214fdb Text Font Color

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

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


#214fdb Background Color

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

This div background color is #214fdb


#214fdb Border Color

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

This div border color is #214fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214fdb


Comments

No comments written yet.

Please login to write comment.