#1EA1F5

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

Shades of Dodger Blue #1EA1F5

Tints of Dodger Blue #1EA1F5

Color information

#1EA1F5 (or 0x1EA1F5) is unknown color: approx Dodger Blue. HEX triplet: 1E, A1 and F5. RGB value is (30,161,245). Sum of RGB (Red+Green+Blue) = 30+161+245=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #1EA1F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA1F5 is #E15E0A. Grayscale: #828282. Windows color (decimal): -14769675 or 16097566. OLE color: 16097566.

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

Color convert

RGB30161245-
CMYK0.880.3400.04
HSL203.44º91.49%53.92%-
HSV(B)203.44º87.76%96.08%-
XYZ29.7632.3691.06-
YUV131.41192.155.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.88%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 245 (96.09% from 255) = 56.19%
R=6.88%
G=36.93%
B=56.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal301612450.880.3400.04203.4491.4953.92
Hex1EA1F5582204cb5b36
Octal36241365130420431313366
Binary11110101000011111010110110001000100100110010111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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