COLOR #197ADF

HEX: #197ADF
RGB: (25,122,223)

Color info

#197ADF contains mainly blue color. Web safe color of #197ADF is #0066CC (or #06C).

RGB color model

#197ADF color RGB value is (25,122,223).

  • red value is 25;
  • green value is 122;
  • blue value is 223.
RGB:
(25,122,223)
(10%,48%,87%)

RGB channels and saturation

R 25 of 255 = 10%
G 122 of 255 = 48%
B 223 of 255 = 87%

25
122
223

R + G + B ~ 48%. #197ADF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 122 + 223 = 370 (100%)
R 25 of 370 ~ 6.76%
G 122 of 370 ~ 32.97%
B 223 of 370 ~ 60.27%

%32.97
%60.27

CMYK color model

#197ADF color CMYK value is (89,45,0,13).

  • cyan value is 88.79%
  • magenta value is 45.29%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(89,45,0,13)
C89M45Y0K13 
(89%,45%,0%,13%)
(0.89/0.45/0.00/0.13)	

CMYK percentages

%88.79
%45.29
%0
%12.55

Codes

Color #197ADF in popluar color models

197ADF
RGB25122223
HSL211°79.84%48.63%
HSB/HSV211°88.79%87.45%
CMYK88.79%45.29%0.00%
12.55%

Color #197ADF in popluar number systems.

HEX197ADF
Decimal25122223
Binary11001111101011011111
Octal31172337

Shades and tints

Shades of #197ADF

#197ADF
(25,122,223)
#176FCB
(23,111,203)
#1564B7
(21,100,183)
#1359A3
(19,89,163)
#114E8F
(17,78,143)
#0F437B
(15,67,123)
#0D3867
(13,56,103)
#0B2D53
(11,45,83)
#09223F
(9,34,63)
#07172B
(7,23,43)
#050C17
(5,12,23)
#000000
(0,0,0)

Tints of #197ADF

#197ADF
(25,122,223)
#2D86E1
(45,134,225)
#4192E3
(65,146,227)
#559EE5
(85,158,229)
#69AAE7
(105,170,231)
#7DB6E9
(125,182,233)
#91C2EB
(145,194,235)
#A5CEED
(165,206,237)
#B9DAEF
(185,218,239)
#CDE6F1
(205,230,241)
#E1F2F3
(225,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197ADF color. Also use rgb(25,122,223) instead hex code.

Text Font Color

.myTextColor { color: #197ADF; }

<p style="color:#197ADF">This sample text font color is #197ADF.</p>

This text font color is #197ADF.


Background Color

.myBgColor { background-color: #197ADF; }

<div style="background-color:#197ADF">Inner text</div>

This div background color is #197ADF.


Border color

.myBorderColor { border: 1px solid #197ADF; }

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

This div border color is #197ADF.


Opacity

.myOpacity80 { color: #197ADF; opacity: 0.8; }

<p style="color:#197ADF;opacity:0.8;">80%</p>

Text with #197ADF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #197ADF;}

<p style="text-shadow: 3px 3px 1px #197ADF">Text here.</p>

This text has shadow with #197ADF color.

.textShadow {text-shadow: 3px 3px 1px #197ADF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #197ADF, 5px 5px 20px red">Text here.</p>

This text has shadow with #197ADF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#197ADF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#197ADF, Direction=45, Strength=4)">Text</p>

This text has shadow with #197ADF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #197ADF;
  -webkit-box-shadow:	1px 1px 3px 2px #197ADF;
  box-shadow:		1px 1px 3px 2px #197ADF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #197ADF;
-webkit-box-shadow: 1px 1px 3px 2px #197ADF;
box-shadow:1px 1px 3px 2px #197ADF;">
Div content here</div>
This div box has shadow with color #197ADF.

Preview

Color preview on black background

This text has color #197ADF on black background.


Color preview on white background

This text has color #197ADF on white background.



Black color preview on #197ADF background

This text has black color on #197ADF background.


White color preview on #197ADF background

This text has white color on #197ADF background.