Color Hex Logo

#2197eb Color Hex

#2197EB
(33,151,235)
0 Favorites   0 Comments

Color spaces of #2197eb

RGB 33151235
HSL0.570.830.53
HSV205°86°92°
CMYK 0.860.360.00   0.08
XYZ26.689228.454782.6829
Yxy28.45470.19360.2065
Hunter Lab53.3429-4.0408-54.5609
CIE-Lab60.2973-1.4499-50.9188

#2197eb color RGB value is (33,151,235).

#2197eb hex color red value is 33, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2197eb hue: 0.57 , saturation: 0.83 and the lightness value of 2197eb is 0.53.

The process color (four color CMYK) of #2197eb color hex is 0.86, 0.36, 0.00, 0.08. Web safe color of #2197eb is #3399ff. Color #2197eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10010111 11101011
Octal 41 227 353
Decimal 33 151 235
Hex 21 97 EB

RGB Percentages of Color #2197eb

%7.88
%36.04
%56.09

CMYK Percentages of Color #2197eb

%86
%36
%0
%8

Triadic Colors of #2197eb

#2197eb #eb2197 #97eb21

Analogous Colors of #2197eb

#2197eb #2132eb #21ebda

Monochromatic Colors of #2197eb

#2197eb

Complementary Color

#2197eb #eb7521

#2197eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2197eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2197eb Color CSS Codes

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

#2197eb Text Font Color

<p style="color:#2197eb">Text here</p>

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


#2197eb Background Color

<div style="background-color:#2197eb">
Div content here</div>

This div background color is #2197eb


#2197eb Border Color

<div style="border:3px solid #2197eb">
Div here</div>

This div border color is #2197eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,151,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2197eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2197eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2197eb;
  box-shadow:         1px 1px 3px 2px #2197eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2197eb


Comments

No comments written yet.

Please login to write comment.