#1E7EF5

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

Shades of Dodger Blue #1E7EF5

Tints of Dodger Blue #1E7EF5

Color information

#1E7EF5 (or 0x1E7EF5) is unknown color: approx Dodger Blue. HEX triplet: 1E, 7E and F5. RGB value is (30,126,245). Sum of RGB (Red+Green+Blue) = 30+126+245=401 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.48% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #1E7EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7EF5 is #E1810A. Grayscale: #6E6E6E. Windows color (decimal): -14778635 or 16088606. OLE color: 16088606.

HSL color Cylindrical-coordinate representation of color #1E7EF5: hue angle of 213.21º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E7EF5 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30126245-
CMYK0.880.4900.04
HSL213.21º91.49%53.92%-
HSV(B)213.21º87.76%96.08%-
XYZ24.4821.7989.3-
YUV110.86203.770.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.48%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 245 (96.09% from 255) = 61.10%
R=7.48%
G=31.42%
B=61.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal301262450.880.4900.04213.2191.4953.92
Hex1E7EF5583104d55b36
Octal36176365130610432513366
Binary1111011111101111010110110001100010100110101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,126,245); }

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

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

 a { background-color: rgb(30,126,245); }

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

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

 span { border-color: rgb(30,126,245); }

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