COLOR #0F82DE

HEX: #0F82DE
RGB: (15,130,222)

Color info

#0F82DE contains mainly blue color. Web safe color of #0F82DE is #0099CC (or #09C).

RGB color model

#0F82DE color RGB value is (15,130,222).

  • red value is 15;
  • green value is 130;
  • blue value is 222.
RGB:
(15,130,222)
(6%,51%,87%)

RGB channels and saturation

R 15 of 255 = 6%
G 130 of 255 = 51%
B 222 of 255 = 87%

15
130
222

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

Portions of RGB colors in percentages

R + G + B =
15 + 130 + 222 = 367 (100%)
R 15 of 367 ~ 4.09%
G 130 of 367 ~ 35.42%
B 222 of 367 ~ 60.49%

%35.42
%60.49

CMYK color model

#0F82DE color CMYK value is (93,41,0,13).

  • cyan value is 93.24%
  • magenta value is 41.44%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(93,41,0,13)
C93M41Y0K13 
(93%,41%,0%,13%)
(0.93/0.41/0.00/0.13)	

CMYK percentages

%93.24
%41.44
%0
%12.94

Codes

Color #0F82DE in popluar color models

0F82DE
RGB15130222
HSL207°87.34%46.47%
HSB/HSV207°93.24%87.06%
CMYK93.24%41.44%0.00%
12.94%

Color #0F82DE in popluar number systems.

HEX0F82DE
Decimal15130222
Binary11111000001011011110
Octal17202336

Shades and tints

Shades of #0F82DE

#0F82DE
(15,130,222)
#0E77CA
(14,119,202)
#0D6CB6
(13,108,182)
#0C61A2
(12,97,162)
#0B568E
(11,86,142)
#0A4B7A
(10,75,122)
#094066
(9,64,102)
#083552
(8,53,82)
#072A3E
(7,42,62)
#061F2A
(6,31,42)
#051416
(5,20,22)
#000000
(0,0,0)

Tints of #0F82DE

#0F82DE
(15,130,222)
#248DE1
(36,141,225)
#3998E4
(57,152,228)
#4EA3E7
(78,163,231)
#63AEEA
(99,174,234)
#78B9ED
(120,185,237)
#8DC4F0
(141,196,240)
#A2CFF3
(162,207,243)
#B7DAF6
(183,218,246)
#CCE5F9
(204,229,249)
#E1F0FC
(225,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F82DE color. Also use rgb(15,130,222) instead hex code.

Text Font Color

.myTextColor { color: #0F82DE; }

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

This text font color is #0F82DE.


Background Color

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

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

This div background color is #0F82DE.


Border color

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

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

This div border color is #0F82DE.


Opacity

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

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

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

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

This text has shadow with #0F82DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F82DE on black background.


Color preview on white background

This text has color #0F82DE on white background.



Black color preview on #0F82DE background

This text has black color on #0F82DE background.


White color preview on #0F82DE background

This text has white color on #0F82DE background.