COLOR #598ADE

HEX: #598ADE
RGB: (89,138,222)

Renk bilgisi

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

RGB renk modeli

#598ADE color RGB value is (89,138,222).

  • kırmız ton 89;
  • yeşil ton 138;
  • mavi ton 222.
RGB:
(89,138,222)
(35%,54%,87%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 138 of 255 = 54%
B 222 of 255 = 87%

89
138
222

R + G + B ~ 59%. #598ADE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 138 + 222 = 449 (100%)
R 89 of 449 ~ 19.82%
G 138 of 449 ~ 30.73%
B 222 of 449 ~ 49.44%

%19.82
%30.73
%49.44

CMYK RENK MODELİ

#598ADE rengi CMYK tonu (60,38,0,13).

  • camgöbeği tonu 59.91%
  • eflatun tonu 37.84%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(60,38,0,13)
C60M38Y0K13 
(60%,38%,0%,13%)
(0.60/0.38/0.00/0.13)	

CMYK yüzdeleri

%59.91
%37.84
%0
%12.94

Codes

Color #598ADE in popluar color models

598ADE
RGB89138222
HSL218°66.83%60.98%
HSB/HSV218°59.91%87.06%
CMYK59.91%37.84%0.00%
12.94%

Color #598ADE in popluar number systems.

HEX598ADE
Decimal89138222
Binary10110011000101011011110
Octal131212336

Shades and tints

Shades of #598ADE

#598ADE
(89,138,222)
#517ECA
(81,126,202)
#4972B6
(73,114,182)
#4166A2
(65,102,162)
#395A8E
(57,90,142)
#314E7A
(49,78,122)
#294266
(41,66,102)
#213652
(33,54,82)
#192A3E
(25,42,62)
#111E2A
(17,30,42)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #598ADE

#598ADE
(89,138,222)
#6894E1
(104,148,225)
#779EE4
(119,158,228)
#86A8E7
(134,168,231)
#95B2EA
(149,178,234)
#A4BCED
(164,188,237)
#B3C6F0
(179,198,240)
#C2D0F3
(194,208,243)
#D1DAF6
(209,218,246)
#E0E4F9
(224,228,249)
#EFEEFC
(239,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598ADE color. Also use rgb(89,138,222) instead hex code.

Text Font Color

.myTextColor { color: #598ADE; }

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

This text font color is #598ADE.


Background Color

.myBgColor { background-color: #598ADE; }

<div style="background-color:#598ADE">Inner text</div>

This div background color is #598ADE.


Border color

.myBorderColor { border: 1px solid #598ADE; }

<div style="border:3px solid #598ADE">Div</div>

This div border color is #598ADE.


Opacity

.myOpacity80 { color: #598ADE; opacity: 0.8; }

<p style="color:#598ADE;opacity:0.8;">80%</p>

Text with #598ADE 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 #598ADE;}

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

This text has shadow with #598ADE color.

.textShadow {text-shadow: 3px 3px 1px #598ADE, 3px 3px 1px red;}

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

This text has shadow with #598ADE primary color and red secondary color.


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

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

This text has shadow with #598ADE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598ADE on black background.


Color preview on white background

This text has color #598ADE on white background.



Black color preview on #598ADE background

This text has black color on #598ADE background.


White color preview on #598ADE background

This text has white color on #598ADE background.