Color Hex Logo

#197feb Color Hex

#197FEB
(25,127,235)
0 Favorites   0 Comments

Color spaces of #197feb

RGB 25127235
HSL0.590.840.51
HSV211°89°92°
CMYK 0.890.460.00   0.08
XYZ22.985721.383681.5132
Yxy21.38360.18260.1699
Hunter Lab46.24247.8027-72.1430
CIE-Lab53.366812.5184-62.0035

#197feb color RGB value is (25,127,235).

#197feb hex color red value is 25, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #197feb hue: 0.59 , saturation: 0.84 and the lightness value of 197feb is 0.51.

The process color (four color CMYK) of #197feb color hex is 0.89, 0.46, 0.00, 0.08. Web safe color of #197feb is #0066ff. Color #197feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111111 11101011
Octal 31 177 353
Decimal 25 127 235
Hex 19 7F EB

RGB Percentages of Color #197feb

%6.46
%32.82
%60.72

CMYK Percentages of Color #197feb

%89
%46
%0
%8

Triadic Colors of #197feb

#197feb #eb197f #7feb19

Analogous Colors of #197feb

#197feb #1c19eb #19e8eb

Monochromatic Colors of #197feb

#197feb

Complementary Color

#197feb #eb8519

#197feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#197feb Color CSS Codes

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

#197feb Text Font Color

<p style="color:#197feb">Text here</p>

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


#197feb Background Color

<div style="background-color:#197feb">
Div content here</div>

This div background color is #197feb


#197feb Border Color

<div style="border:3px solid #197feb">
Div here</div>

This div border color is #197feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,127,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #197feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #197feb;
  -webkit-box-shadow: 1px 1px 3px 2px #197feb;
  box-shadow:         1px 1px 3px 2px #197feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,127,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 #197feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197feb


Comments

No comments written yet.

Please login to write comment.