COLOR #0F61EE

HEX: #0F61EE
RGB: (15,97,238)

Color info

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

RGB color model

#0F61EE color RGB value is (15,97,238).

  • red value is 15;
  • green value is 97;
  • blue value is 238.
RGB:
(15,97,238)
(6%,38%,93%)

RGB channels and saturation

R 15 of 255 = 6%
G 97 of 255 = 38%
B 238 of 255 = 93%

15
97
238

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

Portions of RGB colors in percentages

R + G + B =
15 + 97 + 238 = 350 (100%)
R 15 of 350 ~ 4.29%
G 97 of 350 ~ 27.71%
B 238 of 350 ~ 68%

%27.71
%68

CMYK color model

#0F61EE color CMYK value is (94,59,0,7).

  • cyan value is 93.70%
  • magenta value is 59.24%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(94,59,0,7)
C94M59Y0K7 
(94%,59%,0%,7%)
(0.94/0.59/0.00/0.07)	

CMYK percentages

%93.7
%59.24
%0
%6.67

Codes

Color #0F61EE in popluar color models

0F61EE
RGB1597238
HSL218°88.14%49.61%
HSB/HSV218°93.70%93.33%
CMYK93.70%59.24%0.00%
6.67%

Color #0F61EE in popluar number systems.

HEX0F61EE
Decimal1597238
Binary1111110000111101110
Octal17141356

Shades and tints

Shades of #0F61EE

#0F61EE
(15,97,238)
#0E59D9
(14,89,217)
#0D51C4
(13,81,196)
#0C49AF
(12,73,175)
#0B419A
(11,65,154)
#0A3985
(10,57,133)
#093170
(9,49,112)
#08295B
(8,41,91)
#072146
(7,33,70)
#061931
(6,25,49)
#05111C
(5,17,28)
#000000
(0,0,0)

Tints of #0F61EE

#0F61EE
(15,97,238)
#246FEF
(36,111,239)
#397DF0
(57,125,240)
#4E8BF1
(78,139,241)
#6399F2
(99,153,242)
#78A7F3
(120,167,243)
#8DB5F4
(141,181,244)
#A2C3F5
(162,195,245)
#B7D1F6
(183,209,246)
#CCDFF7
(204,223,247)
#E1EDF8
(225,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F61EE color. Also use rgb(15,97,238) instead hex code.

Text Font Color

.myTextColor { color: #0F61EE; }

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

This text font color is #0F61EE.


Background Color

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

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

This div background color is #0F61EE.


Border color

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

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

This div border color is #0F61EE.


Opacity

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

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

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

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

This text has shadow with #0F61EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F61EE on black background.


Color preview on white background

This text has color #0F61EE on white background.



Black color preview on #0F61EE background

This text has black color on #0F61EE background.


White color preview on #0F61EE background

This text has white color on #0F61EE background.