COLOR #0FA5F3

HEX: #0FA5F3
RGB: (15,165,243)

Color info

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

RGB color model

#0FA5F3 color RGB value is (15,165,243).

  • red value is 15;
  • green value is 165;
  • blue value is 243.
RGB:
(15,165,243)
(6%,65%,95%)

RGB channels and saturation

R 15 of 255 = 6%
G 165 of 255 = 65%
B 243 of 255 = 95%

15
165
243

R + G + B ~ 55%. #0FA5F3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 165 + 243 = 423 (100%)
R 15 of 423 ~ 3.55%
G 165 of 423 ~ 39.01%
B 243 of 423 ~ 57.45%

%39.01
%57.45

CMYK color model

#0FA5F3 color CMYK value is (94,32,0,5).

  • cyan value is 93.83%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(94,32,0,5)
C94M32Y0K5 
(94%,32%,0%,5%)
(0.94/0.32/0.00/0.05)	

CMYK percentages

%93.83
%32.1
%0
%4.71

Codes

Color #0FA5F3 in popluar color models

0FA5F3
RGB15165243
HSL201°90.48%50.59%
HSB/HSV201°93.83%95.29%
CMYK93.83%32.10%0.00%
4.71%

Color #0FA5F3 in popluar number systems.

HEX0FA5F3
Decimal15165243
Binary11111010010111110011
Octal17245363

Shades and tints

Shades of #0FA5F3

#0FA5F3
(15,165,243)
#0E96DD
(14,150,221)
#0D87C7
(13,135,199)
#0C78B1
(12,120,177)
#0B699B
(11,105,155)
#0A5A85
(10,90,133)
#094B6F
(9,75,111)
#083C59
(8,60,89)
#072D43
(7,45,67)
#061E2D
(6,30,45)
#050F17
(5,15,23)
#000000
(0,0,0)

Tints of #0FA5F3

#0FA5F3
(15,165,243)
#24ADF4
(36,173,244)
#39B5F5
(57,181,245)
#4EBDF6
(78,189,246)
#63C5F7
(99,197,247)
#78CDF8
(120,205,248)
#8DD5F9
(141,213,249)
#A2DDFA
(162,221,250)
#B7E5FB
(183,229,251)
#CCEDFC
(204,237,252)
#E1F5FD
(225,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FA5F3 color. Also use rgb(15,165,243) instead hex code.

Text Font Color

.myTextColor { color: #0FA5F3; }

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

This text font color is #0FA5F3.


Background Color

.myBgColor { background-color: #0FA5F3; }

<div style="background-color:#0FA5F3">Inner text</div>

This div background color is #0FA5F3.


Border color

.myBorderColor { border: 1px solid #0FA5F3; }

<div style="border:3px solid #0FA5F3">Div</div>

This div border color is #0FA5F3.


Opacity

.myOpacity80 { color: #0FA5F3; opacity: 0.8; }

<p style="color:#0FA5F3;opacity:0.8;">80%</p>

Text with #0FA5F3 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 #0FA5F3;}

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

This text has shadow with #0FA5F3 color.

.textShadow {text-shadow: 3px 3px 1px #0FA5F3, 3px 3px 1px red;}

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

This text has shadow with #0FA5F3 primary color and red secondary color.


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

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

This text has shadow with #0FA5F3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FA5F3 on black background.


Color preview on white background

This text has color #0FA5F3 on white background.



Black color preview on #0FA5F3 background

This text has black color on #0FA5F3 background.


White color preview on #0FA5F3 background

This text has white color on #0FA5F3 background.