Color Hex Logo

#197ffb Color Hex

#197FFB
(25,127,251)
0 Favorites   0 Comments

Color spaces of #197ffb

RGB 25127251
HSL0.590.970.54
HSV213°90°98°
CMYK 0.900.490.00   0.02
XYZ25.402922.350594.2420
Yxy22.35050.17890.1574
Hunter Lab47.276313.1795-85.0970
CIE-Lab54.396918.6360-69.2268

#197ffb color RGB value is (25,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111111 11111011
Octal 31 177 373
Decimal 25 127 251
Hex 19 7F FB

RGB Percentages of Color #197ffb

%6.20
%31.51
%62.28

CMYK Percentages of Color #197ffb

%90
%49
%0
%2

Triadic Colors of #197ffb

#197ffb #fb197f #7ffb19

Analogous Colors of #197ffb

#197ffb #2419fb #19f0fb

Monochromatic Colors of #197ffb

#197ffb

Complementary Color

#197ffb #fb9519

#197ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#197ffb Color CSS Codes

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

#197ffb Text Font Color

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

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


#197ffb Background Color

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

This div background color is #197ffb


#197ffb Border Color

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

This div border color is #197ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197ffb


Comments

No comments written yet.

Please login to write comment.