COLOR #0F6DD9

HEX: #0F6DD9
RGB: (15,109,217)

Renk bilgisi

#0F6DD9 contains mainly blue color. #0F6DD9 ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#0F6DD9 color RGB value is (15,109,217).

  • kırmız ton 15;
  • yeşil ton 109;
  • mavi ton 217.
RGB:
(15,109,217)
(6%,43%,85%)

RGB bağlantıları ve doygunluk

R 15 of 255 = 6%
G 109 of 255 = 43%
B 217 of 255 = 85%

15
109
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
15 + 109 + 217 = 341 (100%)
R 15 of 341 ~ 4.4%
G 109 of 341 ~ 31.96%
B 217 of 341 ~ 63.64%

%31.96
%63.64

CMYK RENK MODELİ

#0F6DD9 rengi CMYK tonu (93,50,0,15).

  • camgöbeği tonu 93.09%
  • eflatun tonu 49.77%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(93,50,0,15)
C93M50Y0K15 
(93%,50%,0%,15%)
(0.93/0.50/0.00/0.15)	

CMYK yüzdeleri

%93.09
%49.77
%0
%14.9

Codes

Color #0F6DD9 in popluar color models

0F6DD9
RGB15109217
HSL212°87.07%45.49%
HSB/HSV212°93.09%85.10%
CMYK93.09%49.77%0.00%
14.90%

Color #0F6DD9 in popluar number systems.

HEX0F6DD9
Decimal15109217
Binary1111110110111011001
Octal17155331

Shades and tints

Shades of #0F6DD9

#0F6DD9
(15,109,217)
#0E64C6
(14,100,198)
#0D5BB3
(13,91,179)
#0C52A0
(12,82,160)
#0B498D
(11,73,141)
#0A407A
(10,64,122)
#093767
(9,55,103)
#082E54
(8,46,84)
#072541
(7,37,65)
#061C2E
(6,28,46)
#05131B
(5,19,27)
#000000
(0,0,0)

Tints of #0F6DD9

#0F6DD9
(15,109,217)
#247ADC
(36,122,220)
#3987DF
(57,135,223)
#4E94E2
(78,148,226)
#63A1E5
(99,161,229)
#78AEE8
(120,174,232)
#8DBBEB
(141,187,235)
#A2C8EE
(162,200,238)
#B7D5F1
(183,213,241)
#CCE2F4
(204,226,244)
#E1EFF7
(225,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F6DD9; }

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

This text font color is #0F6DD9.


Background Color

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

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

This div background color is #0F6DD9.


Border color

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

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

This div border color is #0F6DD9.


Opacity

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

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

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

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

This text has shadow with #0F6DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6DD9 on black background.


Color preview on white background

This text has color #0F6DD9 on white background.



Black color preview on #0F6DD9 background

This text has black color on #0F6DD9 background.


White color preview on #0F6DD9 background

This text has white color on #0F6DD9 background.