COLOR #739AD8

HEX: #739AD8
RGB: (115,154,216)

Renk bilgisi

#739AD8 contains mainly blue color. #739AD8 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#739AD8 color RGB value is (115,154,216).

  • kırmız ton 115;
  • yeşil ton 154;
  • mavi ton 216.
RGB:
(115,154,216)
(45%,60%,85%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 154 of 255 = 60%
B 216 of 255 = 85%

115
154
216

R + G + B ~ 63%. #739AD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 154 + 216 = 485 (100%)
R 115 of 485 ~ 23.71%
G 154 of 485 ~ 31.75%
B 216 of 485 ~ 44.54%

%23.71
%31.75
%44.54

CMYK RENK MODELİ

#739AD8 rengi CMYK tonu (47,29,0,15).

  • camgöbeği tonu 46.76%
  • eflatun tonu 28.70%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(47,29,0,15)
C47M29Y0K15 
(47%,29%,0%,15%)
(0.47/0.29/0.00/0.15)	

CMYK yüzdeleri

%46.76
%28.7
%0
%15.29

Codes

Color #739AD8 in popluar color models

739AD8
RGB115154216
HSL217°56.42%64.90%
HSB/HSV217°46.76%84.71%
CMYK46.76%28.70%0.00%
15.29%

Color #739AD8 in popluar number systems.

HEX739AD8
Decimal115154216
Binary11100111001101011011000
Octal163232330

Shades and tints

Shades of #739AD8

#739AD8
(115,154,216)
#698CC5
(105,140,197)
#5F7EB2
(95,126,178)
#55709F
(85,112,159)
#4B628C
(75,98,140)
#415479
(65,84,121)
#374666
(55,70,102)
#2D3853
(45,56,83)
#232A40
(35,42,64)
#191C2D
(25,28,45)
#0F0E1A
(15,14,26)
#000000
(0,0,0)

Tints of #739AD8

#739AD8
(115,154,216)
#7FA3DB
(127,163,219)
#8BACDE
(139,172,222)
#97B5E1
(151,181,225)
#A3BEE4
(163,190,228)
#AFC7E7
(175,199,231)
#BBD0EA
(187,208,234)
#C7D9ED
(199,217,237)
#D3E2F0
(211,226,240)
#DFEBF3
(223,235,243)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739AD8 color. Also use rgb(115,154,216) instead hex code.

Text Font Color

.myTextColor { color: #739AD8; }

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

This text font color is #739AD8.


Background Color

.myBgColor { background-color: #739AD8; }

<div style="background-color:#739AD8">Inner text</div>

This div background color is #739AD8.


Border color

.myBorderColor { border: 1px solid #739AD8; }

<div style="border:3px solid #739AD8">Div</div>

This div border color is #739AD8.


Opacity

.myOpacity80 { color: #739AD8; opacity: 0.8; }

<p style="color:#739AD8;opacity:0.8;">80%</p>

Text with #739AD8 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 #739AD8;}

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

This text has shadow with #739AD8 color.

.textShadow {text-shadow: 3px 3px 1px #739AD8, 3px 3px 1px red;}

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

This text has shadow with #739AD8 primary color and red secondary color.


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

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

This text has shadow with #739AD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739AD8 on black background.


Color preview on white background

This text has color #739AD8 on white background.



Black color preview on #739AD8 background

This text has black color on #739AD8 background.


White color preview on #739AD8 background

This text has white color on #739AD8 background.