COLOR #0F3DFB

HEX: #0F3DFB
RGB: (15,61,251)

Color info

#0F3DFB contains mainly blue color. Web safe color of #0F3DFB is #0033FF (or #03F).

RGB color model

#0F3DFB color RGB value is (15,61,251).

  • red value is 15;
  • green value is 61;
  • blue value is 251.
RGB:
(15,61,251)
(6%,24%,98%)

RGB channels and saturation

R 15 of 255 = 6%
G 61 of 255 = 24%
B 251 of 255 = 98%

15
61
251

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

Portions of RGB colors in percentages

R + G + B =
15 + 61 + 251 = 327 (100%)
R 15 of 327 ~ 4.59%
G 61 of 327 ~ 18.65%
B 251 of 327 ~ 76.76%

%18.65
%76.76

CMYK color model

#0F3DFB color CMYK value is (94,76,0,2).

  • cyan value is 94.02%
  • magenta value is 75.70%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(94,76,0,2)
C94M76Y0K2 
(94%,76%,0%,2%)
(0.94/0.76/0.00/0.02)	

CMYK percentages

%94.02
%75.7
%0
%1.57

Codes

Color #0F3DFB in popluar color models

0F3DFB
RGB1561251
HSL228°96.72%52.16%
HSB/HSV228°94.02%98.43%
CMYK94.02%75.70%0.00%
1.57%

Color #0F3DFB in popluar number systems.

HEX0F3DFB
Decimal1561251
Binary111111110111111011
Octal1775373

Shades and tints

Shades of #0F3DFB

#0F3DFB
(15,61,251)
#0E38E5
(14,56,229)
#0D33CF
(13,51,207)
#0C2EB9
(12,46,185)
#0B29A3
(11,41,163)
#0A248D
(10,36,141)
#091F77
(9,31,119)
#081A61
(8,26,97)
#07154B
(7,21,75)
#061035
(6,16,53)
#050B1F
(5,11,31)
#000000
(0,0,0)

Tints of #0F3DFB

#0F3DFB
(15,61,251)
#244EFB
(36,78,251)
#395FFB
(57,95,251)
#4E70FB
(78,112,251)
#6381FB
(99,129,251)
#7892FB
(120,146,251)
#8DA3FB
(141,163,251)
#A2B4FB
(162,180,251)
#B7C5FB
(183,197,251)
#CCD6FB
(204,214,251)
#E1E7FB
(225,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3DFB color. Also use rgb(15,61,251) instead hex code.

Text Font Color

.myTextColor { color: #0F3DFB; }

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

This text font color is #0F3DFB.


Background Color

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

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

This div background color is #0F3DFB.


Border color

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

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

This div border color is #0F3DFB.


Opacity

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

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

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

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

This text has shadow with #0F3DFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3DFB on black background.


Color preview on white background

This text has color #0F3DFB on white background.



Black color preview on #0F3DFB background

This text has black color on #0F3DFB background.


White color preview on #0F3DFB background

This text has white color on #0F3DFB background.