Color Hex Logo

#218bcb Color Hex

#218BCB
(33,139,203)
0 Favorites   0 Comments

Color spaces of #218bcb

RGB 33139203
HSL0.560.720.46
HSV203°84°80°
CMYK 0.840.320.00   0.20
XYZ20.639323.100459.8709
Yxy23.10040.19920.2230
Hunter Lab48.0629-7.4580-40.2123
CIE-Lab55.1756-6.2607-41.1342

#218bcb color RGB value is (33,139,203).

#218bcb hex color red value is 33, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #218bcb hue: 0.56 , saturation: 0.72 and the lightness value of 218bcb is 0.46.

The process color (four color CMYK) of #218bcb color hex is 0.84, 0.32, 0.00, 0.20. Web safe color of #218bcb is #3399cc. Color #218bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001011 11001011
Octal 41 213 313
Decimal 33 139 203
Hex 21 8B CB

RGB Percentages of Color #218bcb

%8.80
%37.07
%54.13

CMYK Percentages of Color #218bcb

%84
%32
%0
%20

Triadic Colors of #218bcb

#218bcb #cb218b #8bcb21

Analogous Colors of #218bcb

#218bcb #2136cb #21cbb6

Monochromatic Colors of #218bcb

#218bcb

Complementary Color

#218bcb #cb6121

#218bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#218bcb Color CSS Codes

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

#218bcb Text Font Color

<p style="color:#218bcb">Text here</p>

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


#218bcb Background Color

<div style="background-color:#218bcb">
Div content here</div>

This div background color is #218bcb


#218bcb Border Color

<div style="border:3px solid #218bcb">
Div here</div>

This div border color is #218bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,139,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #218bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #218bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #218bcb;
  box-shadow:         1px 1px 3px 2px #218bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,139,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218bcb


Comments

No comments written yet.

Please login to write comment.