COLOR #0F85D9

HEX: #0F85D9 RGB: (15,133,217)

Color info

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

RGB color model

#0F85D9 color RGB value is (15,133,217).

RGB: (15,133,217) (6%, 52%, 85%)

RGB channels and saturation

R 15 of 255 = 6%
G 133 of 255 = 52%
B 217 of 255 = 85%

15
133
217

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

Portions of RGB colors in percentages

R + G + B = 15 + 133 + 217 = 365 (100%)
R 15 of 365 ~ 4.11%
G 133 of 365 ~ 36.44%
B 217 of 365 ~ 59.45'%

%36.44
%59.45

CMYK color model

#0F85D9 color CMYK value is (93,39,0,15).

  • cyan value is 93.09%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (93,39,0,15) C93M39Y0K15 (93%,39%,0%,15%) (0.93/0.39/0.00/0.15) 

CMYK percentages

%93.09
%38.71
%0
%14.9

Codes

Color #0F85D9 in popluar color models

0F 85 D9
RGB 15 133 217
HSL 205° 87.07% 45.49%
HSB/HSV 205° 93.09% 85.10%
CMYK 93.09% 38.71% 0.00%
14.90%

Color #0F85D9 in popluar number systems.

HEX 0F 85 D9
Decimal 15 133 217
Binary 1111 10000101 11011001
Octal 17 205 331

Shades and tints

Shades of #0F85D9

#0F85D9
(15,133,217)
#0E79C6
(14,121,198)
#0D6DB3
(13,109,179)
#0C61A0
(12,97,160)
#0B558D
(11,85,141)
#0A497A
(10,73,122)
#093D67
(9,61,103)
#083154
(8,49,84)
#072541
(7,37,65)
#06192E
(6,25,46)
#050D1B
(5,13,27)
#000000
(0,0,0)

Tints of #0F85D9

#0F85D9
(15,133,217)
#2490DC
(36,144,220)
#399BDF
(57,155,223)
#4EA6E2
(78,166,226)
#63B1E5
(99,177,229)
#78BCE8
(120,188,232)
#8DC7EB
(141,199,235)
#A2D2EE
(162,210,238)
#B7DDF1
(183,221,241)
#CCE8F4
(204,232,244)
#E1F3F7
(225,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F85D9 color. Also use rgb(15,133,217) instead hex code.

Text Font Color

.myTextColor { color: #0F85D9; }

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

This text font color is #0F85D9.

Background Color

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

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

This div background color is #0F85D9.

Border color

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

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

This div border color is #0F85D9.

Opacity

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

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

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

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

This text has shadow with #0F85D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F85D9.

Preview

Color preview on black background

This text has color #0F85D9 on black background.


Color preview on white background

This text has color #0F85D9 on white background.


Black color preview on #0F85D9 background

This text has black color on #0F85D9 background.


White color preview on #0F85D9 background

This text has white color on #0F85D9 background.


Related colors

Complementary color

Complementary color for #hex is #F07A26.


I love getcolorcode.com

Triadic colors

1 #D90F85 and #85D90F with #0F85D9 are triadic colors.

2 #D9850F and #850FD9 with #0F85D9 are triadic colors.