COLOR #25B4F5

HEX: #25B4F5
RGB: (37,180,245)

Color info

#25B4F5 contains mainly blue color. Web safe color of #25B4F5 is #33CCFF (or #3CF).

RGB color model

#25B4F5 color RGB value is (37,180,245).

  • red value is 37;
  • green value is 180;
  • blue value is 245.
RGB:
(37,180,245)
(15%,71%,96%)

RGB channels and saturation

R 37 of 255 = 15%
G 180 of 255 = 71%
B 245 of 255 = 96%

37
180
245

R + G + B ~ 61%. #25B4F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
37 + 180 + 245 = 462 (100%)
R 37 of 462 ~ 8.01%
G 180 of 462 ~ 38.96%
B 245 of 462 ~ 53.03%

%38.96
%53.03

CMYK color model

#25B4F5 color CMYK value is (85,27,0,4).

  • cyan value is 84.90%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(85,27,0,4)
C85M27Y0K4 
(85%,27%,0%,4%)
(0.85/0.27/0.00/0.04)	

CMYK percentages

%84.9
%26.53
%0
%3.92

Codes

Color #25B4F5 in popluar color models

25B4F5
RGB37180245
HSL199°91.23%55.29%
HSB/HSV199°84.90%96.08%
CMYK84.90%26.53%0.00%
3.92%

Color #25B4F5 in popluar number systems.

HEX25B4F5
Decimal37180245
Binary1001011011010011110101
Octal45264365

Shades and tints

Shades of #25B4F5

#25B4F5
(37,180,245)
#22A4DF
(34,164,223)
#1F94C9
(31,148,201)
#1C84B3
(28,132,179)
#19749D
(25,116,157)
#166487
(22,100,135)
#135471
(19,84,113)
#10445B
(16,68,91)
#0D3445
(13,52,69)
#0A242F
(10,36,47)
#071419
(7,20,25)
#000000
(0,0,0)

Tints of #25B4F5

#25B4F5
(37,180,245)
#38BAF5
(56,186,245)
#4BC0F5
(75,192,245)
#5EC6F5
(94,198,245)
#71CCF5
(113,204,245)
#84D2F5
(132,210,245)
#97D8F5
(151,216,245)
#AADEF5
(170,222,245)
#BDE4F5
(189,228,245)
#D0EAF5
(208,234,245)
#E3F0F5
(227,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25B4F5 color. Also use rgb(37,180,245) instead hex code.

Text Font Color

.myTextColor { color: #25B4F5; }

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

This text font color is #25B4F5.


Background Color

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

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

This div background color is #25B4F5.


Border color

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

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

This div border color is #25B4F5.


Opacity

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

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

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

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

This text has shadow with #25B4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25B4F5 on black background.


Color preview on white background

This text has color #25B4F5 on white background.



Black color preview on #25B4F5 background

This text has black color on #25B4F5 background.


White color preview on #25B4F5 background

This text has white color on #25B4F5 background.