Color Hex Logo

#213fdb Color Hex

#213FDB
(33,63,219)
0 Favorites   0 Comments

Color spaces of #213fdb

RGB 3363219
HSL0.640.740.49
HSV230°85°86°
CMYK 0.850.710.00   0.14
XYZ15.19098.992867.9530
Yxy8.99280.16490.0976
Hunter Lab29.988037.9430-113.3599
CIE-Lab35.970447.3324-81.3106

#213fdb color RGB value is (33,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111111 11011011
Octal 41 77 333
Decimal 33 63 219
Hex 21 3F DB

RGB Percentages of Color #213fdb

%10.48
%20.00
%69.52

CMYK Percentages of Color #213fdb

%85
%71
%0
%14

Triadic Colors of #213fdb

#213fdb #db213f #3fdb21

Analogous Colors of #213fdb

#213fdb #6021db #219cdb

Monochromatic Colors of #213fdb

#213fdb

Complementary Color

#213fdb #dbbd21

#213fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#213fdb Color CSS Codes

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

#213fdb Text Font Color

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

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


#213fdb Background Color

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

This div background color is #213fdb


#213fdb Border Color

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

This div border color is #213fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213fdb


Comments

No comments written yet.

Please login to write comment.