#1ea0f9

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

Shades of Dodger Blue #1EA0F9

Tints of Dodger Blue #1EA0F9

Color information

#1EA0F9 (or 0x1EA0F9) is unknown color: approx Dodger Blue. HEX triplet: 1E, A0 and F9. RGB value is (30,160,249). Sum of RGB (Red+Green+Blue) = 30+160+249=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #1EA0F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA0F9 is #E15F06. Grayscale: #828282. Windows color (decimal): -14769927 or 16359454. OLE color: 16359454.

HSL color Cylindrical-coordinate representation of color #1EA0F9: hue angle of 204.38º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EA0F9 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB30160249-
CMYK0.880.3600.02
HSL204.38º94.81%54.71%-
HSV(B)204.38º87.95%97.65%-
XYZ30.2132.2694.26-
YUV131.28194.4355.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.83%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 249 (97.66% from 255) = 56.72%
R=6.83%
G=36.45%
B=56.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal301602490.880.3600.02204.3894.8154.71
Hex1EA0F9582402cc5f37
Octal36240371130440231413767
Binary1111010100000111110011011000100100010110011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ea0f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,160,249); }

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

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

 a { background-color: rgb(30,160,249); }

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

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

 span { border-color: rgb(30,160,249); }

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