COLOR #0F7FC7

HEX: #0F7FC7
RGB: (15,127,199)

Color info

#0F7FC7 contains mainly blue color. Web safe color of #0F7FC7 is #0066CC (or #06C).

RGB color model

#0F7FC7 color RGB value is (15,127,199).

  • red value is 15;
  • green value is 127;
  • blue value is 199.
RGB:
(15,127,199)
(6%,50%,78%)

RGB channels and saturation

R 15 of 255 = 6%
G 127 of 255 = 50%
B 199 of 255 = 78%

15
127
199

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

Portions of RGB colors in percentages

R + G + B =
15 + 127 + 199 = 341 (100%)
R 15 of 341 ~ 4.4%
G 127 of 341 ~ 37.24%
B 199 of 341 ~ 58.36%

%37.24
%58.36

CMYK color model

#0F7FC7 color CMYK value is (92,36,0,22).

  • cyan value is 92.46%
  • magenta value is 36.18%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(92,36,0,22)
C92M36Y0K22 
(92%,36%,0%,22%)
(0.92/0.36/0.00/0.22)	

CMYK percentages

%92.46
%36.18
%0
%21.96

Codes

Color #0F7FC7 in popluar color models

0F7FC7
RGB15127199
HSL203°85.98%41.96%
HSB/HSV203°92.46%78.04%
CMYK92.46%36.18%0.00%
21.96%

Color #0F7FC7 in popluar number systems.

HEX0F7FC7
Decimal15127199
Binary1111111111111000111
Octal17177307

Shades and tints

Shades of #0F7FC7

#0F7FC7
(15,127,199)
#0E74B5
(14,116,181)
#0D69A3
(13,105,163)
#0C5E91
(12,94,145)
#0B537F
(11,83,127)
#0A486D
(10,72,109)
#093D5B
(9,61,91)
#083249
(8,50,73)
#072737
(7,39,55)
#061C25
(6,28,37)
#051113
(5,17,19)
#000000
(0,0,0)

Tints of #0F7FC7

#0F7FC7
(15,127,199)
#248ACC
(36,138,204)
#3995D1
(57,149,209)
#4EA0D6
(78,160,214)
#63ABDB
(99,171,219)
#78B6E0
(120,182,224)
#8DC1E5
(141,193,229)
#A2CCEA
(162,204,234)
#B7D7EF
(183,215,239)
#CCE2F4
(204,226,244)
#E1EDF9
(225,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7FC7 color. Also use rgb(15,127,199) instead hex code.

Text Font Color

.myTextColor { color: #0F7FC7; }

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

This text font color is #0F7FC7.


Background Color

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

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

This div background color is #0F7FC7.


Border color

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

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

This div border color is #0F7FC7.


Opacity

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

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

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

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

This text has shadow with #0F7FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7FC7 on black background.


Color preview on white background

This text has color #0F7FC7 on white background.



Black color preview on #0F7FC7 background

This text has black color on #0F7FC7 background.


White color preview on #0F7FC7 background

This text has white color on #0F7FC7 background.