COLOR #025EC6

HEX: #025EC6
RGB: (2,94,198)

Color info

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

RGB color model

#025EC6 color RGB value is (2,94,198).

  • red value is 2;
  • green value is 94;
  • blue value is 198.
RGB:
(2,94,198)
(1%,37%,78%)

RGB channels and saturation

R 2 of 255 = 1%
G 94 of 255 = 37%
B 198 of 255 = 78%

2
94
198

R + G + B ~ 39%. #025EC6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 94 + 198 = 294 (100%)
R 2 of 294 ~ 0.68%
G 94 of 294 ~ 31.97%
B 198 of 294 ~ 67.35%

%31.97
%67.35

CMYK color model

#025EC6 color CMYK value is (99,53,0,22).

  • cyan value is 98.99%
  • magenta value is 52.53%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(99,53,0,22)
C99M53Y0K22 
(99%,53%,0%,22%)
(0.99/0.53/0.00/0.22)	

CMYK percentages

%98.99
%52.53
%0
%22.35

Codes

Color #025EC6 in popluar color models

025EC6
RGB294198
HSL212°98.00%39.22%
HSB/HSV212°98.99%77.65%
CMYK98.99%52.53%0.00%
22.35%

Color #025EC6 in popluar number systems.

HEX025EC6
Decimal294198
Binary10101111011000110
Octal2136306

Shades and tints

Shades of #025EC6

#025EC6
(2,94,198)
#0256B4
(2,86,180)
#024EA2
(2,78,162)
#024690
(2,70,144)
#023E7E
(2,62,126)
#02366C
(2,54,108)
#022E5A
(2,46,90)
#022648
(2,38,72)
#021E36
(2,30,54)
#021624
(2,22,36)
#020E12
(2,14,18)
#000000
(0,0,0)

Tints of #025EC6

#025EC6
(2,94,198)
#196CCB
(25,108,203)
#307AD0
(48,122,208)
#4788D5
(71,136,213)
#5E96DA
(94,150,218)
#75A4DF
(117,164,223)
#8CB2E4
(140,178,228)
#A3C0E9
(163,192,233)
#BACEEE
(186,206,238)
#D1DCF3
(209,220,243)
#E8EAF8
(232,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025EC6 color. Also use rgb(2,94,198) instead hex code.

Text Font Color

.myTextColor { color: #025EC6; }

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

This text font color is #025EC6.


Background Color

.myBgColor { background-color: #025EC6; }

<div style="background-color:#025EC6">Inner text</div>

This div background color is #025EC6.


Border color

.myBorderColor { border: 1px solid #025EC6; }

<div style="border:3px solid #025EC6">Div</div>

This div border color is #025EC6.


Opacity

.myOpacity80 { color: #025EC6; opacity: 0.8; }

<p style="color:#025EC6;opacity:0.8;">80%</p>

Text with #025EC6 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 #025EC6;}

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

This text has shadow with #025EC6 color.

.textShadow {text-shadow: 3px 3px 1px #025EC6, 3px 3px 1px red;}

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

This text has shadow with #025EC6 primary color and red secondary color.


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

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

This text has shadow with #025EC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025EC6 on black background.


Color preview on white background

This text has color #025EC6 on white background.



Black color preview on #025EC6 background

This text has black color on #025EC6 background.


White color preview on #025EC6 background

This text has white color on #025EC6 background.