Color Hex Logo

#197fbc Color Hex

#197FBC
(25,127,188)
0 Favorites   0 Comments

Color spaces of #197fbc

RGB 25127188
HSL0.560.770.42
HSV202°87°74°
CMYK 0.870.320.00   0.26
XYZ17.067419.016350.3479
Yxy19.01630.19750.2200
Hunter Lab43.6077-6.4512-37.9288
CIE-Lab50.7063-5.4422-39.6465

#197fbc color RGB value is (25,127,188).

#197fbc hex color red value is 25, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #197fbc hue: 0.56 , saturation: 0.77 and the lightness value of 197fbc is 0.42.

The process color (four color CMYK) of #197fbc color hex is 0.87, 0.32, 0.00, 0.26. Web safe color of #197fbc is #0066cc. Color #197fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111111 10111100
Octal 31 177 274
Decimal 25 127 188
Hex 19 7F BC

RGB Percentages of Color #197fbc

%7.35
%37.35
%55.29

CMYK Percentages of Color #197fbc

%87
%32
%0
%26

Triadic Colors of #197fbc

#197fbc #bc197f #7fbc19

Analogous Colors of #197fbc

#197fbc #192ebc #19bca8

Monochromatic Colors of #197fbc

#197fbc

Complementary Color

#197fbc #bc5619

#197fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#197fbc Color CSS Codes

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

#197fbc Text Font Color

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

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


#197fbc Background Color

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

This div background color is #197fbc


#197fbc Border Color

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

This div border color is #197fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197fbc


Comments

No comments written yet.

Please login to write comment.