Color Hex Logo

#216ddb Color Hex

#216DDB
(33,109,219)
0 Favorites   0 Comments

Color spaces of #216ddb

RGB 33109219
HSL0.600.740.49
HSV215°85°86°
CMYK 0.850.500.00   0.14
XYZ18.882016.375169.1834
Yxy16.37510.18080.1568
Hunter Lab40.466212.4745-73.0395
CIE-Lab47.462818.2005-62.5215

#216ddb color RGB value is (33,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101101 11011011
Octal 41 155 333
Decimal 33 109 219
Hex 21 6D DB

RGB Percentages of Color #216ddb

%9.14
%30.19
%60.66

CMYK Percentages of Color #216ddb

%85
%50
%0
%14

Triadic Colors of #216ddb

#216ddb #db216d #6ddb21

Analogous Colors of #216ddb

#216ddb #3221db #21cadb

Monochromatic Colors of #216ddb

#216ddb

Complementary Color

#216ddb #db8f21

#216ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#216ddb Color CSS Codes

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

#216ddb Text Font Color

<p style="color:#216ddb">Text here</p>

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


#216ddb Background Color

<div style="background-color:#216ddb">
Div content here</div>

This div background color is #216ddb


#216ddb Border Color

<div style="border:3px solid #216ddb">
Div here</div>

This div border color is #216ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216ddb


Comments

No comments written yet.

Please login to write comment.