Color Hex Logo

#197bdf Color Hex

#197BDF
(25,123,223)
0 Favorites   0 Comments

Color spaces of #197bdf

RGB 25123223
HSL0.580.800.49
HSV210°89°87°
CMYK 0.890.450.00   0.13
XYZ20.803119.700372.5181
Yxy19.70030.18410.1743
Hunter Lab44.38505.9885-65.8010
CIE-Lab51.496710.3898-58.2859

#197bdf color RGB value is (25,123,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111011 11011111
Octal 31 173 337
Decimal 25 123 223
Hex 19 7B DF

RGB Percentages of Color #197bdf

%6.74
%33.15
%60.11

CMYK Percentages of Color #197bdf

%89
%45
%0
%13

Triadic Colors of #197bdf

#197bdf #df197b #7bdf19

Analogous Colors of #197bdf

#197bdf #1a19df #19dedf

Monochromatic Colors of #197bdf

#197bdf

Complementary Color

#197bdf #df7d19

#197bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#197bdf Color CSS Codes

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

#197bdf Text Font Color

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

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


#197bdf Background Color

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

This div background color is #197bdf


#197bdf Border Color

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

This div border color is #197bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197bdf


Comments

No comments written yet.

Please login to write comment.