#1EA8EF

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

Shades of Dodger Blue #1EA8EF

Tints of Dodger Blue #1EA8EF

Color information

#1EA8EF (or 0x1EA8EF) is unknown color: approx Dodger Blue. HEX triplet: 1E, A8 and EF. RGB value is (30,168,239). Sum of RGB (Red+Green+Blue) = 30+168+239=437 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.86% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EA8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA8EF is #E15710. Grayscale: #868686. Windows color (decimal): -14767889 or 15706142. OLE color: 15706142.

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

Color convert

RGB30168239-
CMYK0.870.3000.06
HSL200.38º86.72%52.75%-
HSV(B)200.38º87.45%93.73%-
XYZ30.1234.5186.74-
YUV134.83186.7853.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.86%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 239 (93.75% from 255) = 54.69%
R=6.86%
G=38.44%
B=54.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301682390.870.3000.06200.3886.7252.75
Hex1EA8EF571E06c85735
Octal36250357127360631012765
Binary1111010101000111011111010111111100110110010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,168,239); }

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

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

 a { background-color: rgb(30,168,239); }

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

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

 span { border-color: rgb(30,168,239); }

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