#1EA2F0

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

Shades of Dodger Blue #1EA2F0

Tints of Dodger Blue #1EA2F0

Color information

#1EA2F0 (or 0x1EA2F0) is unknown color: approx Dodger Blue. HEX triplet: 1E, A2 and F0. RGB value is (30,162,240). Sum of RGB (Red+Green+Blue) = 30+162+240=432 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.94% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #1EA2F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA2F0 is #E15D0F. Grayscale: #828282. Windows color (decimal): -14769424 or 15770142. OLE color: 15770142.

HSL color Cylindrical-coordinate representation of color #1EA2F0: hue angle of 202.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EA2F0 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB30162240-
CMYK0.870.3200.06
HSL202.29º87.5%52.94%-
HSV(B)202.29º87.5%94.12%-
XYZ29.1832.4187.16-
YUV131.42189.2755.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.94%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 240 (94.14% from 255) = 55.56%
R=6.94%
G=37.5%
B=55.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301622400.870.3200.06202.2987.552.94
Hex1EA2F0572006ca5835
Octal36242360127400631213065
Binary11110101000101111000010101111000000110110010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,162,240); }

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

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

 a { background-color: rgb(30,162,240); }

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

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

 span { border-color: rgb(30,162,240); }

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