#1E8AD6

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

Shades of Dodger Blue #1E8AD6

Tints of Dodger Blue #1E8AD6

Color information

#1E8AD6 (or 0x1E8AD6) is unknown color: approx Dodger Blue. HEX triplet: 1E, 8A and D6. RGB value is (30,138,214). Sum of RGB (Red+Green+Blue) = 30+138+214=382 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.85% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #1E8AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8AD6 is #E17529. Grayscale: #717171. Windows color (decimal): -14775594 or 14060062. OLE color: 14060062.

HSL color Cylindrical-coordinate representation of color #1E8AD6: hue angle of 204.78º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E8AD6 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB30138214-
CMYK0.860.3600.16
HSL204.78º75.41%47.84%-
HSV(B)204.78º85.98%83.92%-
XYZ21.7623.3166.97-
YUV114.37184.2267.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.85%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 214 (83.98% from 255) = 56.02%
R=7.85%
G=36.13%
B=56.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal301382140.860.3600.16204.7875.4147.84
Hex1E8AD65624010cd4b30
Octal362123261264402031511360
Binary1111010001010110101101010110100100010000110011011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,138,214); }

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

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

 a { background-color: rgb(30,138,214); }

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

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

 span { border-color: rgb(30,138,214); }

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