Color Hex Logo

#217cdb Color Hex

#217CDB
(33,124,219)
0 Favorites   0 Comments

Color spaces of #217cdb

RGB 33124219
HSL0.590.740.49
HSV211°85°86°
CMYK 0.850.430.00   0.14
XYZ20.621019.853169.7630
Yxy19.85310.18710.1801
Hunter Lab44.55684.6358-61.6411
CIE-Lab51.67078.7577-55.7453

#217cdb color RGB value is (33,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111100 11011011
Octal 41 174 333
Decimal 33 124 219
Hex 21 7C DB

RGB Percentages of Color #217cdb

%8.78
%32.98
%58.24

CMYK Percentages of Color #217cdb

%85
%43
%0
%14

Triadic Colors of #217cdb

#217cdb #db217c #7cdb21

Analogous Colors of #217cdb

#217cdb #2321db #21d9db

Monochromatic Colors of #217cdb

#217cdb

Complementary Color

#217cdb #db8021

#217cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#217cdb Color CSS Codes

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

#217cdb Text Font Color

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

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


#217cdb Background Color

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

This div background color is #217cdb


#217cdb Border Color

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

This div border color is #217cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217cdb


Comments

No comments written yet.

Please login to write comment.