Color Hex Logo

#197aed Color Hex

#197AED
(25,122,237)
0 Favorites   0 Comments

Color spaces of #197aed

RGB 25122237
HSL0.590.850.51
HSV213°89°93°
CMYK 0.890.490.00   0.07
XYZ22.646520.240282.8339
Yxy20.24020.18010.1610
Hunter Lab44.989111.1219-77.6723
CIE-Lab52.107716.4056-65.1499

#197aed color RGB value is (25,122,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111010 11101101
Octal 31 172 355
Decimal 25 122 237
Hex 19 7A ED

RGB Percentages of Color #197aed

%6.51
%31.77
%61.72

CMYK Percentages of Color #197aed

%89
%49
%0
%7

Triadic Colors of #197aed

#197aed #ed197a #7aed19

Analogous Colors of #197aed

#197aed #2219ed #19e4ed

Monochromatic Colors of #197aed

#197aed

Complementary Color

#197aed #ed8c19

#197aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#197aed Color CSS Codes

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

#197aed Text Font Color

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

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


#197aed Background Color

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

This div background color is #197aed


#197aed Border Color

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

This div border color is #197aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,122,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197aed


Comments

No comments written yet.

Please login to write comment.