Color Hex Logo

#206fbd Color Hex

#206FBD
(32,111,189)
0 Favorites   0 Comments

Color spaces of #206fbd

RGB 32111189
HSL0.580.710.43
HSV210°83°74°
CMYK 0.830.410.00   0.26
XYZ15.465415.350150.2919
Yxy15.35010.19070.1893
Hunter Lab39.17921.8966-48.6814
CIE-Lab46.11005.2518-47.5137

#206fbd color RGB value is (32,111,189).

#206fbd hex color red value is 32, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #206fbd hue: 0.58 , saturation: 0.71 and the lightness value of 206fbd is 0.43.

The process color (four color CMYK) of #206fbd color hex is 0.83, 0.41, 0.00, 0.26. Web safe color of #206fbd is #3366cc. Color #206fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101111 10111101
Octal 40 157 275
Decimal 32 111 189
Hex 20 6F BD

RGB Percentages of Color #206fbd

%9.64
%33.43
%56.93

CMYK Percentages of Color #206fbd

%83
%41
%0
%26

Triadic Colors of #206fbd

#206fbd #bd206f #6fbd20

Analogous Colors of #206fbd

#206fbd #2021bd #20bdbd

Monochromatic Colors of #206fbd

#206fbd

Complementary Color

#206fbd #bd6e20

#206fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#206fbd Color CSS Codes

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

#206fbd Text Font Color

<p style="color:#206fbd">Text here</p>

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


#206fbd Background Color

<div style="background-color:#206fbd">
Div content here</div>

This div background color is #206fbd


#206fbd Border Color

<div style="border:3px solid #206fbd">
Div here</div>

This div border color is #206fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,111,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #206fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #206fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #206fbd;
  box-shadow:         1px 1px 3px 2px #206fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,111,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206fbd


Comments

No comments written yet.

Please login to write comment.