COLOR #599FDB

HEX: #599FDB
RGB: (89,159,219)

Renk bilgisi

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

RGB renk modeli

#599FDB color RGB value is (89,159,219).

  • kırmız ton 89;
  • yeşil ton 159;
  • mavi ton 219.
RGB:
(89,159,219)
(35%,62%,86%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 159 of 255 = 62%
B 219 of 255 = 86%

89
159
219

R + G + B ~ 61%. #599FDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 159 + 219 = 467 (100%)
R 89 of 467 ~ 19.06%
G 159 of 467 ~ 34.05%
B 219 of 467 ~ 46.9%

%19.06
%34.05
%46.9

CMYK RENK MODELİ

#599FDB rengi CMYK tonu (59,27,0,14).

  • camgöbeği tonu 59.36%
  • eflatun tonu 27.40%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(59,27,0,14)
C59M27Y0K14 
(59%,27%,0%,14%)
(0.59/0.27/0.00/0.14)	

CMYK yüzdeleri

%59.36
%27.4
%0
%14.12

Codes

Color #599FDB in popluar color models

599FDB
RGB89159219
HSL208°64.36%60.39%
HSB/HSV208°59.36%85.88%
CMYK59.36%27.40%0.00%
14.12%

Color #599FDB in popluar number systems.

HEX599FDB
Decimal89159219
Binary10110011001111111011011
Octal131237333

Shades and tints

Shades of #599FDB

#599FDB
(89,159,219)
#5191C8
(81,145,200)
#4983B5
(73,131,181)
#4175A2
(65,117,162)
#39678F
(57,103,143)
#31597C
(49,89,124)
#294B69
(41,75,105)
#213D56
(33,61,86)
#192F43
(25,47,67)
#112130
(17,33,48)
#09131D
(9,19,29)
#000000
(0,0,0)

Tints of #599FDB

#599FDB
(89,159,219)
#68A7DE
(104,167,222)
#77AFE1
(119,175,225)
#86B7E4
(134,183,228)
#95BFE7
(149,191,231)
#A4C7EA
(164,199,234)
#B3CFED
(179,207,237)
#C2D7F0
(194,215,240)
#D1DFF3
(209,223,243)
#E0E7F6
(224,231,246)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599FDB color. Also use rgb(89,159,219) instead hex code.

Text Font Color

.myTextColor { color: #599FDB; }

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

This text font color is #599FDB.


Background Color

.myBgColor { background-color: #599FDB; }

<div style="background-color:#599FDB">Inner text</div>

This div background color is #599FDB.


Border color

.myBorderColor { border: 1px solid #599FDB; }

<div style="border:3px solid #599FDB">Div</div>

This div border color is #599FDB.


Opacity

.myOpacity80 { color: #599FDB; opacity: 0.8; }

<p style="color:#599FDB;opacity:0.8;">80%</p>

Text with #599FDB 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 #599FDB;}

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

This text has shadow with #599FDB color.

.textShadow {text-shadow: 3px 3px 1px #599FDB, 3px 3px 1px red;}

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

This text has shadow with #599FDB primary color and red secondary color.


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

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

This text has shadow with #599FDB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599FDB on black background.


Color preview on white background

This text has color #599FDB on white background.



Black color preview on #599FDB background

This text has black color on #599FDB background.


White color preview on #599FDB background

This text has white color on #599FDB background.