COLOR #0F6BEF

HEX: #0F6BEF
RGB: (15,107,239)

Color info

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

RGB color model

#0F6BEF color RGB value is (15,107,239).

  • red value is 15;
  • green value is 107;
  • blue value is 239.
RGB:
(15,107,239)
(6%,42%,94%)

RGB channels and saturation

R 15 of 255 = 6%
G 107 of 255 = 42%
B 239 of 255 = 94%

15
107
239

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

Portions of RGB colors in percentages

R + G + B =
15 + 107 + 239 = 361 (100%)
R 15 of 361 ~ 4.16%
G 107 of 361 ~ 29.64%
B 239 of 361 ~ 66.2%

%29.64
%66.2

CMYK color model

#0F6BEF color CMYK value is (94,55,0,6).

  • cyan value is 93.72%
  • magenta value is 55.23%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(94,55,0,6)
C94M55Y0K6 
(94%,55%,0%,6%)
(0.94/0.55/0.00/0.06)	

CMYK percentages

%93.72
%55.23
%0
%6.27

Codes

Color #0F6BEF in popluar color models

0F6BEF
RGB15107239
HSL215°88.19%49.80%
HSB/HSV215°93.72%93.73%
CMYK93.72%55.23%0.00%
6.27%

Color #0F6BEF in popluar number systems.

HEX0F6BEF
Decimal15107239
Binary1111110101111101111
Octal17153357

Shades and tints

Shades of #0F6BEF

#0F6BEF
(15,107,239)
#0E62DA
(14,98,218)
#0D59C5
(13,89,197)
#0C50B0
(12,80,176)
#0B479B
(11,71,155)
#0A3E86
(10,62,134)
#093571
(9,53,113)
#082C5C
(8,44,92)
#072347
(7,35,71)
#061A32
(6,26,50)
#05111D
(5,17,29)
#000000
(0,0,0)

Tints of #0F6BEF

#0F6BEF
(15,107,239)
#2478F0
(36,120,240)
#3985F1
(57,133,241)
#4E92F2
(78,146,242)
#639FF3
(99,159,243)
#78ACF4
(120,172,244)
#8DB9F5
(141,185,245)
#A2C6F6
(162,198,246)
#B7D3F7
(183,211,247)
#CCE0F8
(204,224,248)
#E1EDF9
(225,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6BEF color. Also use rgb(15,107,239) instead hex code.

Text Font Color

.myTextColor { color: #0F6BEF; }

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

This text font color is #0F6BEF.


Background Color

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

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

This div background color is #0F6BEF.


Border color

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

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

This div border color is #0F6BEF.


Opacity

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

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

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

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

This text has shadow with #0F6BEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6BEF on black background.


Color preview on white background

This text has color #0F6BEF on white background.



Black color preview on #0F6BEF background

This text has black color on #0F6BEF background.


White color preview on #0F6BEF background

This text has white color on #0F6BEF background.