#1E90D8

Color #1E90D8 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1E90D8

Tints of Dodger Blue #1E90D8

Color information

#1E90D8 (or 0x1E90D8) is unknown color: approx Dodger Blue. HEX triplet: 1E, 90 and D8. RGB value is (30,144,216). Sum of RGB (Red+Green+Blue) = 30+144+216=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E90D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E90D8 is #E16F27. Grayscale: #757575. Windows color (decimal): -14774056 or 14192670. OLE color: 14192670.

HSL color Cylindrical-coordinate representation of color #1E90D8: hue angle of 203.23º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E90D8 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB30144216-
CMYK0.860.3300.15
HSL203.23º75.61%48.24%-
HSV(B)203.23º86.11%84.71%-
XYZ22.925.1868.62-
YUV118.12183.2365.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 7.69%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 216 (84.77% from 255) = 55.38%
R=7.69%
G=36.92%
B=55.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal301442160.860.3300.15203.2375.6148.24
Hex1E90D856210Fcb4c30
Octal362203301264101731311460
Binary111101001000011011000101011010000101111110010111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E90D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E90D8; }

 p { color: rgb(30,144,216); }

 H1.HeaderClassName
 {
   color: #1E90D8;
 }
 .AnyTagClassName
 {
   color: #1E90D8;
 }
</style>
background-color css

<style>
 a { background-color: #1E90D8; }

 a { background-color: rgb(30,144,216); }

 div.DivClassName
 {
   background-color: #1E90D8;
 }
 .BgClassName
 {
   background-color: #1E90D8;
 }
</style>
border-color css

<style>
 span { border-color: #1E90D8; }

 span { border-color: rgb(30,144,216); }

 td.TdClassName
 {
   border-color: #1E90D8;
 }
 .TagClassName
 {
   border-color: #1E90D8;
 }
</style>