HEX: #588EDB
RGB: (88,142,219)
#588EDB enthält hauptsächlich blaue Farbe. Für #588EDB ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #588EDB wird in RGB als (88,142,219) definiert.
RGB: (88,142,219)
(35%, 56%, 86%)
R 88 von 255 = 35%
G 142 von 255 = 56%
B 219 von 255 = 86%
R + G + B ~ 59%. #588EDB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 88 + 142 + 219 = 449 (100%)
R 88 von 449 ~ 19.6%
G 142 von 449 ~ 31.63%
B 219 von 449 ~ 48.78'%
Die Farbe #588EDB wird in CMYK als (60,35,0,14) definiert.
CMYK: (60,35,0,14)
C60M35Y0K14 (60%, 35%, 0%, 14%)
(0.60 / 0.35 / 0.00 / 0.14)
Farbe #588EDB in den populären Farbmodellen.
58 | 8E | DB | |
---|---|---|---|
RGB | 88 | 142 | 219 |
HSL | 215° | 64.53% | 60.20% |
HSB/HSV | 215° | 59.82% | 85.88% |
CMYK | 59.82% | 35.16% | 0.00% |
14.12% |
Die Farbe #588EDB in den populären Zahlensystemen.
Hexadezimal | 58 | 8E | DB |
Dezimal | 88 | 142 | 219 |
Binär | 1011000 | 10001110 | 11011011 |
Oktal | 130 | 216 | 333 |
Dunkle Töne der Farbe #588EDB
Helle Töne der Farbe #588EDB
Beispiele css- und html für Elemente in der Farbe #588EDB. Bitte benutzen Sie auch rgb(88,142,219) statt hex-Code.
.myTextColor { color: #588EDB; }
<p style="color:#588EDB">This sample text font color is #588EDB.</p>
Die Farbe dieses Textes ist #588EDB.
.myBgColor { background-color: #588EDB; }
<div style="background-color:#588EDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #588EDB.
.myBorderColor { border: 1px solid #588EDB; }
<div style="border:3px solid #588EDB">Div</div>
Die Grenzen von diesem div sind in Farbe #588EDB.
.myOpacity80 { color: #588EDB; opacity: 0.8; }
<p style="color:#588EDB;opacity:0.8;">80%</p>
Text in Farbe #588EDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #588EDB;}
<p style="text-shadow: 3px 3px 1px #588EDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #588EDB.
.textShadow {text-shadow: 3px 3px 1px #588EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #588EDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #588EDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#588EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #588EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #588EDB;
-webkit-box-shadow: 1px 1px 3px 2px #588EDB;
box-shadow: 1px 1px 3px 2px #588EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #588EDB; -webkit-box-shadow: 1px 1px 3px 2px #588EDB; box-shadow:1px 1px 3px 2px #588EDB;">
Div content here
</div>
Dieser Text ist in der Farbe #588EDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #588EDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #588EDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #588EDB.
Kontrastfarbe für #hex ist #A77124.