COLOR #194EDF

HEX: #194EDF
RGB: (25,78,223)

Color info

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

RGB color model

#194EDF color RGB value is (25,78,223).

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

RGB channels and saturation

R 25 of 255 = 10%
G 78 of 255 = 31%
B 223 of 255 = 87%

25
78
223

R + G + B ~ 43%. #194EDF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 78 + 223 = 326 (100%)
R 25 of 326 ~ 7.67%
G 78 of 326 ~ 23.93%
B 223 of 326 ~ 68.4%

%23.93
%68.4

CMYK color model

#194EDF color CMYK value is (89,65,0,13).

  • cyan value is 88.79%
  • magenta value is 65.02%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(89,65,0,13)
C89M65Y0K13 
(89%,65%,0%,13%)
(0.89/0.65/0.00/0.13)	

CMYK percentages

%88.79
%65.02
%0
%12.55

Codes

Color #194EDF in popluar color models

194EDF
RGB2578223
HSL224°79.84%48.63%
HSB/HSV224°88.79%87.45%
CMYK88.79%65.02%0.00%
12.55%

Color #194EDF in popluar number systems.

HEX194EDF
Decimal2578223
Binary11001100111011011111
Octal31116337

Shades and tints

Shades of #194EDF

#194EDF
(25,78,223)
#1747CB
(23,71,203)
#1540B7
(21,64,183)
#1339A3
(19,57,163)
#11328F
(17,50,143)
#0F2B7B
(15,43,123)
#0D2467
(13,36,103)
#0B1D53
(11,29,83)
#09163F
(9,22,63)
#070F2B
(7,15,43)
#050817
(5,8,23)
#000000
(0,0,0)

Tints of #194EDF

#194EDF
(25,78,223)
#2D5EE1
(45,94,225)
#416EE3
(65,110,227)
#557EE5
(85,126,229)
#698EE7
(105,142,231)
#7D9EE9
(125,158,233)
#91AEEB
(145,174,235)
#A5BEED
(165,190,237)
#B9CEEF
(185,206,239)
#CDDEF1
(205,222,241)
#E1EEF3
(225,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #194EDF color. Also use rgb(25,78,223) instead hex code.

Text Font Color

.myTextColor { color: #194EDF; }

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

This text font color is #194EDF.


Background Color

.myBgColor { background-color: #194EDF; }

<div style="background-color:#194EDF">Inner text</div>

This div background color is #194EDF.


Border color

.myBorderColor { border: 1px solid #194EDF; }

<div style="border:3px solid #194EDF">Div</div>

This div border color is #194EDF.


Opacity

.myOpacity80 { color: #194EDF; opacity: 0.8; }

<p style="color:#194EDF;opacity:0.8;">80%</p>

Text with #194EDF 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 #194EDF;}

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

This text has shadow with #194EDF color.

.textShadow {text-shadow: 3px 3px 1px #194EDF, 3px 3px 1px red;}

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

This text has shadow with #194EDF primary color and red secondary color.


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

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

This text has shadow with #194EDF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #194EDF on black background.


Color preview on white background

This text has color #194EDF on white background.



Black color preview on #194EDF background

This text has black color on #194EDF background.


White color preview on #194EDF background

This text has white color on #194EDF background.