COLOR #0995F5

HEX: #0995F5
RGB: (9,149,245)

Color info

#0995F5 contains mainly blue color. Web safe color of #0995F5 is #0099FF (or #09F).

RGB color model

#0995F5 color RGB value is (9,149,245).

  • red value is 9;
  • green value is 149;
  • blue value is 245.
RGB:
(9,149,245)
(4%,58%,96%)

RGB channels and saturation

R 9 of 255 = 4%
G 149 of 255 = 58%
B 245 of 255 = 96%

9
149
245

R + G + B ~ 53%. #0995F5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 149 + 245 = 403 (100%)
R 9 of 403 ~ 2.23%
G 149 of 403 ~ 36.97%
B 245 of 403 ~ 60.79%

%36.97
%60.79

CMYK color model

#0995F5 color CMYK value is (96,39,0,4).

  • cyan value is 96.33%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(96,39,0,4)
C96M39Y0K4 
(96%,39%,0%,4%)
(0.96/0.39/0.00/0.04)	

CMYK percentages

%96.33
%39.18
%0
%3.92

Codes

Color #0995F5 in popluar color models

0995F5
RGB9149245
HSL204°92.91%49.80%
HSB/HSV204°96.33%96.08%
CMYK96.33%39.18%0.00%
3.92%

Color #0995F5 in popluar number systems.

HEX0995F5
Decimal9149245
Binary10011001010111110101
Octal11225365

Shades and tints

Shades of #0995F5

#0995F5
(9,149,245)
#0988DF
(9,136,223)
#097BC9
(9,123,201)
#096EB3
(9,110,179)
#09619D
(9,97,157)
#095487
(9,84,135)
#094771
(9,71,113)
#093A5B
(9,58,91)
#092D45
(9,45,69)
#09202F
(9,32,47)
#091319
(9,19,25)
#000000
(0,0,0)

Tints of #0995F5

#0995F5
(9,149,245)
#1F9EF5
(31,158,245)
#35A7F5
(53,167,245)
#4BB0F5
(75,176,245)
#61B9F5
(97,185,245)
#77C2F5
(119,194,245)
#8DCBF5
(141,203,245)
#A3D4F5
(163,212,245)
#B9DDF5
(185,221,245)
#CFE6F5
(207,230,245)
#E5EFF5
(229,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0995F5 color. Also use rgb(9,149,245) instead hex code.

Text Font Color

.myTextColor { color: #0995F5; }

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

This text font color is #0995F5.


Background Color

.myBgColor { background-color: #0995F5; }

<div style="background-color:#0995F5">Inner text</div>

This div background color is #0995F5.


Border color

.myBorderColor { border: 1px solid #0995F5; }

<div style="border:3px solid #0995F5">Div</div>

This div border color is #0995F5.


Opacity

.myOpacity80 { color: #0995F5; opacity: 0.8; }

<p style="color:#0995F5;opacity:0.8;">80%</p>

Text with #0995F5 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 #0995F5;}

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

This text has shadow with #0995F5 color.

.textShadow {text-shadow: 3px 3px 1px #0995F5, 3px 3px 1px red;}

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

This text has shadow with #0995F5 primary color and red secondary color.


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

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

This text has shadow with #0995F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0995F5 on black background.


Color preview on white background

This text has color #0995F5 on white background.



Black color preview on #0995F5 background

This text has black color on #0995F5 background.


White color preview on #0995F5 background

This text has white color on #0995F5 background.