COLOR #588AE2

HEX: #588AE2
RGB: (88,138,226)

Renk bilgisi

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

RGB renk modeli

#588AE2 color RGB value is (88,138,226).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 138 of 255 = 54%
B 226 of 255 = 89%

88
138
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 138 + 226 = 452 (100%)
R 88 of 452 ~ 19.47%
G 138 of 452 ~ 30.53%
B 226 of 452 ~ 50%

%19.47
%30.53
%50

CMYK RENK MODELİ

#588AE2 rengi CMYK tonu (61,39,0,11).

  • camgöbeği tonu 61.06%
  • eflatun tonu 38.94%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(61,39,0,11)
C61M39Y0K11 
(61%,39%,0%,11%)
(0.61/0.39/0.00/0.11)	

CMYK yüzdeleri

%61.06
%38.94
%0
%11.37

Codes

Color #588AE2 in popluar color models

588AE2
RGB88138226
HSL218°70.41%61.57%
HSB/HSV218°61.06%88.63%
CMYK61.06%38.94%0.00%
11.37%

Color #588AE2 in popluar number systems.

HEX588AE2
Decimal88138226
Binary10110001000101011100010
Octal130212342

Shades and tints

Shades of #588AE2

#588AE2
(88,138,226)
#507ECE
(80,126,206)
#4872BA
(72,114,186)
#4066A6
(64,102,166)
#385A92
(56,90,146)
#304E7E
(48,78,126)
#28426A
(40,66,106)
#203656
(32,54,86)
#182A42
(24,42,66)
#101E2E
(16,30,46)
#08121A
(8,18,26)
#000000
(0,0,0)

Tints of #588AE2

#588AE2
(88,138,226)
#6794E4
(103,148,228)
#769EE6
(118,158,230)
#85A8E8
(133,168,232)
#94B2EA
(148,178,234)
#A3BCEC
(163,188,236)
#B2C6EE
(178,198,238)
#C1D0F0
(193,208,240)
#D0DAF2
(208,218,242)
#DFE4F4
(223,228,244)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588AE2 color. Also use rgb(88,138,226) instead hex code.

Text Font Color

.myTextColor { color: #588AE2; }

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

This text font color is #588AE2.


Background Color

.myBgColor { background-color: #588AE2; }

<div style="background-color:#588AE2">Inner text</div>

This div background color is #588AE2.


Border color

.myBorderColor { border: 1px solid #588AE2; }

<div style="border:3px solid #588AE2">Div</div>

This div border color is #588AE2.


Opacity

.myOpacity80 { color: #588AE2; opacity: 0.8; }

<p style="color:#588AE2;opacity:0.8;">80%</p>

Text with #588AE2 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 #588AE2;}

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

This text has shadow with #588AE2 color.

.textShadow {text-shadow: 3px 3px 1px #588AE2, 3px 3px 1px red;}

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

This text has shadow with #588AE2 primary color and red secondary color.


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

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

This text has shadow with #588AE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588AE2 on black background.


Color preview on white background

This text has color #588AE2 on white background.



Black color preview on #588AE2 background

This text has black color on #588AE2 background.


White color preview on #588AE2 background

This text has white color on #588AE2 background.