COLOR #197BFD

HEX: #197BFD
RGB: (25,123,253)

Color info

#197BFD contains mainly blue color. Web safe color of #197BFD is #0066FF (or #06F).

RGB color model

#197BFD color RGB value is (25,123,253).

  • red value is 25;
  • green value is 123;
  • blue value is 253.
RGB:
(25,123,253)
(10%,48%,99%)

RGB channels and saturation

R 25 of 255 = 10%
G 123 of 255 = 48%
B 253 of 255 = 99%

25
123
253

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

Portions of RGB colors in percentages

R + G + B =
25 + 123 + 253 = 401 (100%)
R 25 of 401 ~ 6.23%
G 123 of 401 ~ 30.67%
B 253 of 401 ~ 63.09%

%30.67
%63.09

CMYK color model

#197BFD color CMYK value is (90,51,0,1).

  • cyan value is 90.12%
  • magenta value is 51.38%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(90,51,0,1)
C90M51Y0K1 
(90%,51%,0%,1%)
(0.90/0.51/0.00/0.01)	

CMYK percentages

%90.12
%51.38
%0
%0.78

Codes

Color #197BFD in popluar color models

197BFD
RGB25123253
HSL214°98.28%54.51%
HSB/HSV214°90.12%99.22%
CMYK90.12%51.38%0.00%
0.78%

Color #197BFD in popluar number systems.

HEX197BFD
Decimal25123253
Binary11001111101111111101
Octal31173375

Shades and tints

Shades of #197BFD

#197BFD
(25,123,253)
#1770E6
(23,112,230)
#1565CF
(21,101,207)
#135AB8
(19,90,184)
#114FA1
(17,79,161)
#0F448A
(15,68,138)
#0D3973
(13,57,115)
#0B2E5C
(11,46,92)
#092345
(9,35,69)
#07182E
(7,24,46)
#050D17
(5,13,23)
#000000
(0,0,0)

Tints of #197BFD

#197BFD
(25,123,253)
#2D87FD
(45,135,253)
#4193FD
(65,147,253)
#559FFD
(85,159,253)
#69ABFD
(105,171,253)
#7DB7FD
(125,183,253)
#91C3FD
(145,195,253)
#A5CFFD
(165,207,253)
#B9DBFD
(185,219,253)
#CDE7FD
(205,231,253)
#E1F3FD
(225,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197BFD color. Also use rgb(25,123,253) instead hex code.

Text Font Color

.myTextColor { color: #197BFD; }

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

This text font color is #197BFD.


Background Color

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

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

This div background color is #197BFD.


Border color

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

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

This div border color is #197BFD.


Opacity

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

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

Text with #197BFD 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 #197BFD;}

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

This text has shadow with #197BFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197BFD on black background.


Color preview on white background

This text has color #197BFD on white background.



Black color preview on #197BFD background

This text has black color on #197BFD background.


White color preview on #197BFD background

This text has white color on #197BFD background.