COLOR #0025E8

HEX: #0025E8
RGB: (0,37,232)

Color info

#0025E8 contains mainly blue color. Web safe color of #0025E8 is #0033FF (or #03F).

RGB color model

#0025E8 color RGB value is (0,37,232).

  • red value is 0;
  • green value is 37;
  • blue value is 232.
RGB:
(0,37,232)
(0%,15%,91%)

RGB channels and saturation

R 0 of 255 = 0%
G 37 of 255 = 15%
B 232 of 255 = 91%

0
37
232

R + G + B ~ 35%. #0025E8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 37 + 232 = 269 (100%)
R 0 of 269 ~ 0%
G 37 of 269 ~ 13.75%
B 232 of 269 ~ 86.25%

%13.75
%86.25

CMYK color model

#0025E8 color CMYK value is (100,84,0,9).

  • cyan value is 100.00%
  • magenta value is 84.05%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(100,84,0,9)
C100M84Y0K9 
(100%,84%,0%,9%)
(1.00/0.84/0.00/0.09)	

CMYK percentages

%100
%84.05
%0
%9.02

Codes

Color #0025E8 in popluar color models

0025E8
RGB037232
HSL230°100.00%45.49%
HSB/HSV230°100.00%90.98%
CMYK100.00%84.05%0.00%
9.02%

Color #0025E8 in popluar number systems.

HEX0025E8
Decimal037232
Binary010010111101000
Octal045350

Shades and tints

Shades of #0025E8

#0025E8
(0,37,232)
#0022D3
(0,34,211)
#001FBE
(0,31,190)
#001CA9
(0,28,169)
#001994
(0,25,148)
#00167F
(0,22,127)
#00136A
(0,19,106)
#001055
(0,16,85)
#000D40
(0,13,64)
#000A2B
(0,10,43)
#000716
(0,7,22)
#000000
(0,0,0)

Tints of #0025E8

#0025E8
(0,37,232)
#1738EA
(23,56,234)
#2E4BEC
(46,75,236)
#455EEE
(69,94,238)
#5C71F0
(92,113,240)
#7384F2
(115,132,242)
#8A97F4
(138,151,244)
#A1AAF6
(161,170,246)
#B8BDF8
(184,189,248)
#CFD0FA
(207,208,250)
#E6E3FC
(230,227,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0025E8 color. Also use rgb(0,37,232) instead hex code.

Text Font Color

.myTextColor { color: #0025E8; }

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

This text font color is #0025E8.


Background Color

.myBgColor { background-color: #0025E8; }

<div style="background-color:#0025E8">Inner text</div>

This div background color is #0025E8.


Border color

.myBorderColor { border: 1px solid #0025E8; }

<div style="border:3px solid #0025E8">Div</div>

This div border color is #0025E8.


Opacity

.myOpacity80 { color: #0025E8; opacity: 0.8; }

<p style="color:#0025E8;opacity:0.8;">80%</p>

Text with #0025E8 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 #0025E8;}

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

This text has shadow with #0025E8 color.

.textShadow {text-shadow: 3px 3px 1px #0025E8, 3px 3px 1px red;}

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

This text has shadow with #0025E8 primary color and red secondary color.


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

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

This text has shadow with #0025E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0025E8 on black background.


Color preview on white background

This text has color #0025E8 on white background.



Black color preview on #0025E8 background

This text has black color on #0025E8 background.


White color preview on #0025E8 background

This text has white color on #0025E8 background.