#1E8EED

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

Shades of Dodger Blue #1E8EED

Tints of Dodger Blue #1E8EED

Color information

#1E8EED (or 0x1E8EED) is unknown color: approx Dodger Blue. HEX triplet: 1E, 8E and ED. RGB value is (30,142,237). Sum of RGB (Red+Green+Blue) = 30+142+237=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #1E8EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8EED is #E17112. Grayscale: #767676. Windows color (decimal): -14774547 or 15568414. OLE color: 15568414.

HSL color Cylindrical-coordinate representation of color #1E8EED: hue angle of 207.54º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E8EED is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB30142237-
CMYK0.870.4000.07
HSL207.54º85.19%52.35%-
HSV(B)207.54º87.34%92.94%-
XYZ25.4925.7483.74-
YUV119.34194.3964.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.33%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 237 (92.97% from 255) = 57.95%
R=7.33%
G=34.72%
B=57.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal301422370.870.4000.07207.5485.1952.35
Hex1E8EED572807d05534
Octal36216355127500732012564
Binary11110100011101110110110101111010000111110100001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,142,237); }

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

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

 a { background-color: rgb(30,142,237); }

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

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

 span { border-color: rgb(30,142,237); }

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