#1EA6F5

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

Shades of Dodger Blue #1EA6F5

Tints of Dodger Blue #1EA6F5

Color information

#1EA6F5 (or 0x1EA6F5) is unknown color: approx Dodger Blue. HEX triplet: 1E, A6 and F5. RGB value is (30,166,245). Sum of RGB (Red+Green+Blue) = 30+166+245=441 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.80% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #1EA6F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA6F5 is #E1590A. Grayscale: #858585. Windows color (decimal): -14768395 or 16098846. OLE color: 16098846.

HSL color Cylindrical-coordinate representation of color #1EA6F5: hue angle of 202.05º 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 #1EA6F5 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30166245-
CMYK0.880.3200.04
HSL202.05º91.49%53.92%-
HSV(B)202.05º87.76%96.08%-
XYZ30.6534.1491.36-
YUV134.34190.4453.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.80%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 245 (96.09% from 255) = 55.56%
R=6.80%
G=37.64%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal301662450.880.3200.04202.0591.4953.92
Hex1EA6F5582004ca5b36
Octal36246365130400431213366
Binary11110101001101111010110110001000000100110010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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