COLOR #0FA0F3

HEX: #0FA0F3
RGB: (15,160,243)

Color info

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

RGB color model

#0FA0F3 color RGB value is (15,160,243).

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

RGB channels and saturation

R 15 of 255 = 6%
G 160 of 255 = 63%
B 243 of 255 = 95%

15
160
243

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

Portions of RGB colors in percentages

R + G + B =
15 + 160 + 243 = 418 (100%)
R 15 of 418 ~ 3.59%
G 160 of 418 ~ 38.28%
B 243 of 418 ~ 58.13%

%38.28
%58.13

CMYK color model

#0FA0F3 color CMYK value is (94,34,0,5).

  • cyan value is 93.83%
  • magenta value is 34.16%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(94,34,0,5)
C94M34Y0K5 
(94%,34%,0%,5%)
(0.94/0.34/0.00/0.05)	

CMYK percentages

%93.83
%34.16
%0
%4.71

Codes

Color #0FA0F3 in popluar color models

0FA0F3
RGB15160243
HSL202°90.48%50.59%
HSB/HSV202°93.83%95.29%
CMYK93.83%34.16%0.00%
4.71%

Color #0FA0F3 in popluar number systems.

HEX0FA0F3
Decimal15160243
Binary11111010000011110011
Octal17240363

Shades and tints

Shades of #0FA0F3

#0FA0F3
(15,160,243)
#0E92DD
(14,146,221)
#0D84C7
(13,132,199)
#0C76B1
(12,118,177)
#0B689B
(11,104,155)
#0A5A85
(10,90,133)
#094C6F
(9,76,111)
#083E59
(8,62,89)
#073043
(7,48,67)
#06222D
(6,34,45)
#051417
(5,20,23)
#000000
(0,0,0)

Tints of #0FA0F3

#0FA0F3
(15,160,243)
#24A8F4
(36,168,244)
#39B0F5
(57,176,245)
#4EB8F6
(78,184,246)
#63C0F7
(99,192,247)
#78C8F8
(120,200,248)
#8DD0F9
(141,208,249)
#A2D8FA
(162,216,250)
#B7E0FB
(183,224,251)
#CCE8FC
(204,232,252)
#E1F0FD
(225,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0FA0F3; }

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

This text font color is #0FA0F3.


Background Color

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

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

This div background color is #0FA0F3.


Border color

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

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

This div border color is #0FA0F3.


Opacity

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

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

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

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

This text has shadow with #0FA0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FA0F3 on black background.


Color preview on white background

This text has color #0FA0F3 on white background.



Black color preview on #0FA0F3 background

This text has black color on #0FA0F3 background.


White color preview on #0FA0F3 background

This text has white color on #0FA0F3 background.