Color Hex Logo

#209bdb Color Hex

#209BDB
(32,155,219)
0 Favorites   0 Comments

Color spaces of #209bdb

RGB 32155219
HSL0.560.750.49
HSV201°85°86°
CMYK 0.850.290.00   0.14
XYZ25.103228.864271.2661
Yxy28.86420.20050.2305
Hunter Lab53.7254-10.6153-41.0397
CIE-Lab60.6616-9.6385-41.4733

#209bdb color RGB value is (32,155,219).

#209bdb hex color red value is 32, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #209bdb hue: 0.56 , saturation: 0.75 and the lightness value of 209bdb is 0.49.

The process color (four color CMYK) of #209bdb color hex is 0.85, 0.29, 0.00, 0.14. Web safe color of #209bdb is #3399cc. Color #209bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011011 11011011
Octal 40 233 333
Decimal 32 155 219
Hex 20 9B DB

RGB Percentages of Color #209bdb

%7.88
%38.18
%53.94

CMYK Percentages of Color #209bdb

%85
%29
%0
%14

Triadic Colors of #209bdb

#209bdb #db209b #9bdb20

Analogous Colors of #209bdb

#209bdb #203edb #20dbbe

Monochromatic Colors of #209bdb

#209bdb

Complementary Color

#209bdb #db6020

#209bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#209bdb Color CSS Codes

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

#209bdb Text Font Color

<p style="color:#209bdb">Text here</p>

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


#209bdb Background Color

<div style="background-color:#209bdb">
Div content here</div>

This div background color is #209bdb


#209bdb Border Color

<div style="border:3px solid #209bdb">
Div here</div>

This div border color is #209bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,155,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #209bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #209bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #209bdb;
  box-shadow:         1px 1px 3px 2px #209bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,155,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 #209bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209bdb


Comments

No comments written yet.

Please login to write comment.