COLOR #25A0E4

HEX: #25A0E4
RGB: (37,160,228)

Color info

#25A0E4 contains mainly blue color. Web safe color of #25A0E4 is #3399CC (or #39C).

RGB color model

#25A0E4 color RGB value is (37,160,228).

  • red value is 37;
  • green value is 160;
  • blue value is 228.
RGB:
(37,160,228)
(15%,63%,89%)

RGB channels and saturation

R 37 of 255 = 15%
G 160 of 255 = 63%
B 228 of 255 = 89%

37
160
228

R + G + B ~ 56%. #25A0E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 160 + 228 = 425 (100%)
R 37 of 425 ~ 8.71%
G 160 of 425 ~ 37.65%
B 228 of 425 ~ 53.65%

%37.65
%53.65

CMYK color model

#25A0E4 color CMYK value is (84,30,0,11).

  • cyan value is 83.77%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(84,30,0,11)
C84M30Y0K11 
(84%,30%,0%,11%)
(0.84/0.30/0.00/0.11)	

CMYK percentages

%83.77
%29.82
%0
%10.59

Codes

Color #25A0E4 in popluar color models

25A0E4
RGB37160228
HSL201°77.96%51.96%
HSB/HSV201°83.77%89.41%
CMYK83.77%29.82%0.00%
10.59%

Color #25A0E4 in popluar number systems.

HEX25A0E4
Decimal37160228
Binary1001011010000011100100
Octal45240344

Shades and tints

Shades of #25A0E4

#25A0E4
(37,160,228)
#2292D0
(34,146,208)
#1F84BC
(31,132,188)
#1C76A8
(28,118,168)
#196894
(25,104,148)
#165A80
(22,90,128)
#134C6C
(19,76,108)
#103E58
(16,62,88)
#0D3044
(13,48,68)
#0A2230
(10,34,48)
#07141C
(7,20,28)
#000000
(0,0,0)

Tints of #25A0E4

#25A0E4
(37,160,228)
#38A8E6
(56,168,230)
#4BB0E8
(75,176,232)
#5EB8EA
(94,184,234)
#71C0EC
(113,192,236)
#84C8EE
(132,200,238)
#97D0F0
(151,208,240)
#AAD8F2
(170,216,242)
#BDE0F4
(189,224,244)
#D0E8F6
(208,232,246)
#E3F0F8
(227,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25A0E4 color. Also use rgb(37,160,228) instead hex code.

Text Font Color

.myTextColor { color: #25A0E4; }

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

This text font color is #25A0E4.


Background Color

.myBgColor { background-color: #25A0E4; }

<div style="background-color:#25A0E4">Inner text</div>

This div background color is #25A0E4.


Border color

.myBorderColor { border: 1px solid #25A0E4; }

<div style="border:3px solid #25A0E4">Div</div>

This div border color is #25A0E4.


Opacity

.myOpacity80 { color: #25A0E4; opacity: 0.8; }

<p style="color:#25A0E4;opacity:0.8;">80%</p>

Text with #25A0E4 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 #25A0E4;}

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

This text has shadow with #25A0E4 color.

.textShadow {text-shadow: 3px 3px 1px #25A0E4, 3px 3px 1px red;}

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

This text has shadow with #25A0E4 primary color and red secondary color.


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

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

This text has shadow with #25A0E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25A0E4 on black background.


Color preview on white background

This text has color #25A0E4 on white background.



Black color preview on #25A0E4 background

This text has black color on #25A0E4 background.


White color preview on #25A0E4 background

This text has white color on #25A0E4 background.