COLOR #588FDE

HEX: #588FDE
RGB: (88,143,222)

Renk bilgisi

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

RGB renk modeli

#588FDE color RGB value is (88,143,222).

  • kırmız ton 88;
  • yeşil ton 143;
  • mavi ton 222.
RGB:
(88,143,222)
(35%,56%,87%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 143 of 255 = 56%
B 222 of 255 = 87%

88
143
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 143 + 222 = 453 (100%)
R 88 of 453 ~ 19.43%
G 143 of 453 ~ 31.57%
B 222 of 453 ~ 49.01%

%19.43
%31.57
%49.01

CMYK RENK MODELİ

#588FDE rengi CMYK tonu (60,36,0,13).

  • camgöbeği tonu 60.36%
  • eflatun tonu 35.59%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(60,36,0,13)
C60M36Y0K13 
(60%,36%,0%,13%)
(0.60/0.36/0.00/0.13)	

CMYK yüzdeleri

%60.36
%35.59
%0
%12.94

Codes

Color #588FDE in popluar color models

588FDE
RGB88143222
HSL215°67.00%60.78%
HSB/HSV215°60.36%87.06%
CMYK60.36%35.59%0.00%
12.94%

Color #588FDE in popluar number systems.

HEX588FDE
Decimal88143222
Binary10110001000111111011110
Octal130217336

Shades and tints

Shades of #588FDE

#588FDE
(88,143,222)
#5082CA
(80,130,202)
#4875B6
(72,117,182)
#4068A2
(64,104,162)
#385B8E
(56,91,142)
#304E7A
(48,78,122)
#284166
(40,65,102)
#203452
(32,52,82)
#18273E
(24,39,62)
#101A2A
(16,26,42)
#080D16
(8,13,22)
#000000
(0,0,0)

Tints of #588FDE

#588FDE
(88,143,222)
#6799E1
(103,153,225)
#76A3E4
(118,163,228)
#85ADE7
(133,173,231)
#94B7EA
(148,183,234)
#A3C1ED
(163,193,237)
#B2CBF0
(178,203,240)
#C1D5F3
(193,213,243)
#D0DFF6
(208,223,246)
#DFE9F9
(223,233,249)
#EEF3FC
(238,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588FDE color. Also use rgb(88,143,222) instead hex code.

Text Font Color

.myTextColor { color: #588FDE; }

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

This text font color is #588FDE.


Background Color

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

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

This div background color is #588FDE.


Border color

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

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

This div border color is #588FDE.


Opacity

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

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

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

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

This text has shadow with #588FDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588FDE on black background.


Color preview on white background

This text has color #588FDE on white background.



Black color preview on #588FDE background

This text has black color on #588FDE background.


White color preview on #588FDE background

This text has white color on #588FDE background.