HEX: #1E90FF
RGB: (30,144,255)
Die Farbenname ist DodgerBlue. #1E90FF enthält hauptsächlich blaue Farbe. Für #1E90FF ist eine «websichere» Webfarbe #3399FF (oder kurz #39F).
Die Farbe #1E90FF wird in RGB als (30,144,255) definiert.
RGB: (30,144,255) (12%,56%,100%)
R 30 von 255 = 12%
G 144 von 255 = 56%
B 255 von 255 = 100%
R + G + B ~ 56%. #1E90FF mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
30 + 144 + 255 = 429 (100%)
R 30 von 429 ~ 6.99%
G 144 von 429 ~ 33.57%
B 255 von 429 ~ 59.44%
Die Farbe #1E90FF wird in CMYK als (88,44,0,0) definiert.
CMYK: (88,44,0,0) C88M44Y0K0 (88%,44%,0%,0%) (0.88/0.44/0.00/0.00)
1E | 90 | FF | |
---|---|---|---|
RGB | 30 | 144 | 255 |
HSL | 210° | 100.00% | 55.88% |
HSB/HSV | 210° | 88.24% | 100.00% |
CMYK | 88.24% | 43.53% | 0.00% |
0.00% |
Hexadezimal | 1E | 90 | FF |
Dezimal | 30 | 144 | 255 |
Binär | 11110 | 10010000 | 11111111 |
Oktal | 36 | 220 | 377 |
Beispiele css- und html für Elemente in der Farbe #1E90FF. Bitte benutzen Sie auch rgb(30,144,255) statt hex-Code.
.myTextColor { color: #1E90FF; }
<p style="color:#1E90FF">This sample text font color is #1E90FF.</p>
Die Farbe dieses Textes ist #1E90FF.
.myBgColor { background-color: #1E90FF; }
<div style="background-color:#1E90FF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #1E90FF.
.myBorderColor { border: 1px solid #1E90FF; }
<div style="border:3px solid #1E90FF">Div</div>
Die Grenzen von diesem div sind in Farbe #1E90FF.
.myOpacity80 { color: #1E90FF; opacity: 0.8; }
<p style="color:#1E90FF;opacity:0.8;">80%</p>
Text in Farbe #1E90FF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #1E90FF;}
<p style="text-shadow: 3px 3px 1px #1E90FF">Text here.</p>
Dieser Text hat den Schatten in Farbe #1E90FF.
.textShadow {text-shadow: 3px 3px 1px #1E90FF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #1E90FF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #1E90FF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1E90FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#1E90FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #1E90FF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1E90FF; -webkit-box-shadow: 1px 1px 3px 2px #1E90FF; box-shadow: 1px 1px 3px 2px #1E90FF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #1E90FF; -webkit-box-shadow: 1px 1px 3px 2px #1E90FF; box-shadow:1px 1px 3px 2px #1E90FF;">
Div content here</div>
Dieser Text ist in der Farbe #1E90FF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #1E90FF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #1E90FF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #1E90FF.