COLOR #0F7CE7

HEX: #0F7CE7
RGB: (15,124,231)

Color info

#0F7CE7 contains mainly blue color. Web safe color of #0F7CE7 is #0066FF (or #06F).

RGB color model

#0F7CE7 color RGB value is (15,124,231).

  • red value is 15;
  • green value is 124;
  • blue value is 231.
RGB:
(15,124,231)
(6%,49%,91%)

RGB channels and saturation

R 15 of 255 = 6%
G 124 of 255 = 49%
B 231 of 255 = 91%

15
124
231

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

Portions of RGB colors in percentages

R + G + B =
15 + 124 + 231 = 370 (100%)
R 15 of 370 ~ 4.05%
G 124 of 370 ~ 33.51%
B 231 of 370 ~ 62.43%

%33.51
%62.43

CMYK color model

#0F7CE7 color CMYK value is (94,46,0,9).

  • cyan value is 93.51%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(94,46,0,9)
C94M46Y0K9 
(94%,46%,0%,9%)
(0.94/0.46/0.00/0.09)	

CMYK percentages

%93.51
%46.32
%0
%9.41

Codes

Color #0F7CE7 in popluar color models

0F7CE7
RGB15124231
HSL210°87.80%48.24%
HSB/HSV210°93.51%90.59%
CMYK93.51%46.32%0.00%
9.41%

Color #0F7CE7 in popluar number systems.

HEX0F7CE7
Decimal15124231
Binary1111111110011100111
Octal17174347

Shades and tints

Shades of #0F7CE7

#0F7CE7
(15,124,231)
#0E71D2
(14,113,210)
#0D66BD
(13,102,189)
#0C5BA8
(12,91,168)
#0B5093
(11,80,147)
#0A457E
(10,69,126)
#093A69
(9,58,105)
#082F54
(8,47,84)
#07243F
(7,36,63)
#06192A
(6,25,42)
#050E15
(5,14,21)
#000000
(0,0,0)

Tints of #0F7CE7

#0F7CE7
(15,124,231)
#2487E9
(36,135,233)
#3992EB
(57,146,235)
#4E9DED
(78,157,237)
#63A8EF
(99,168,239)
#78B3F1
(120,179,241)
#8DBEF3
(141,190,243)
#A2C9F5
(162,201,245)
#B7D4F7
(183,212,247)
#CCDFF9
(204,223,249)
#E1EAFB
(225,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7CE7 color. Also use rgb(15,124,231) instead hex code.

Text Font Color

.myTextColor { color: #0F7CE7; }

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

This text font color is #0F7CE7.


Background Color

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

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

This div background color is #0F7CE7.


Border color

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

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

This div border color is #0F7CE7.


Opacity

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

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

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

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

This text has shadow with #0F7CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7CE7 on black background.


Color preview on white background

This text has color #0F7CE7 on white background.



Black color preview on #0F7CE7 background

This text has black color on #0F7CE7 background.


White color preview on #0F7CE7 background

This text has white color on #0F7CE7 background.