Color Hex Logo

#197edb Color Hex

#197EDB
(25,126,219)
0 Favorites   0 Comments

Color spaces of #197edb

RGB 25126219
HSL0.580.800.48
HSV209°89°86°
CMYK 0.890.420.00   0.14
XYZ20.647920.242969.8368
Yxy20.24290.18650.1828
Hunter Lab44.99213.1815-60.5355
CIE-Lab52.11076.9917-55.0474

#197edb color RGB value is (25,126,219).

#197edb hex color red value is 25, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #197edb hue: 0.58 , saturation: 0.80 and the lightness value of 197edb is 0.48.

The process color (four color CMYK) of #197edb color hex is 0.89, 0.42, 0.00, 0.14. Web safe color of #197edb is #0066cc. Color #197edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111110 11011011
Octal 31 176 333
Decimal 25 126 219
Hex 19 7E DB

RGB Percentages of Color #197edb

%6.76
%34.05
%59.19

CMYK Percentages of Color #197edb

%89
%42
%0
%14

Triadic Colors of #197edb

#197edb #db197e #7edb19

Analogous Colors of #197edb

#197edb #191ddb #19dbd7

Monochromatic Colors of #197edb

#197edb

Complementary Color

#197edb #db7619

#197edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#197edb Color CSS Codes

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

#197edb Text Font Color

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

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


#197edb Background Color

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

This div background color is #197edb


#197edb Border Color

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

This div border color is #197edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197edb


Comments

No comments written yet.

Please login to write comment.