Color Hex Logo

#197dff Color Hex

#197DFF
(25,125,255)
0 Favorites   0 Comments

Color spaces of #197dff

RGB 25125255
HSL0.591.000.55
HSV214°90°100°
CMYK 0.900.510.00   0.00
XYZ25.784522.093997.5133
Yxy22.09390.17730.1520
Hunter Lab47.004115.6603-90.0982
CIE-Lab54.126521.4063-71.8734

#197dff color RGB value is (25,125,255).

#197dff hex color red value is 25, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #197dff hue: 0.59 , saturation: 1.00 and the lightness value of 197dff is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111101 11111111
Octal 31 175 377
Decimal 25 125 255
Hex 19 7D FF

RGB Percentages of Color #197dff

%6.17
%30.86
%62.96

CMYK Percentages of Color #197dff

%90
%51
%0
%0

Triadic Colors of #197dff

#197dff #ff197d #7dff19

Analogous Colors of #197dff

#197dff #2819ff #19f0ff

Monochromatic Colors of #197dff

#197dff

Complementary Color

#197dff #ff9b19

#197dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#197dff Color CSS Codes

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

#197dff Text Font Color

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

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


#197dff Background Color

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

This div background color is #197dff


#197dff Border Color

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

This div border color is #197dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197dff


Comments

No comments written yet.

Please login to write comment.