#1E8BF4

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

Shades of Dodger Blue #1E8BF4

Tints of Dodger Blue #1E8BF4

Color information

#1E8BF4 (or 0x1E8BF4) is unknown color: approx Dodger Blue. HEX triplet: 1E, 8B and F4. RGB value is (30,139,244). Sum of RGB (Red+Green+Blue) = 30+139+244=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 244 (95.70% from 255 or 59.08% from 413); Max value from RGB is 244 - color contains mainly: blue. Hex color #1E8BF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8BF4 is #E1740B. Grayscale: #757575. Windows color (decimal): -14775308 or 16026398. OLE color: 16026398.

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

Color convert

RGB30139244-
CMYK0.880.4300.04
HSL209.44º90.68%53.73%-
HSV(B)209.44º87.7%95.69%-
XYZ26.125.2789.09-
YUV118.38198.8964.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.26%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 244 (95.70% from 255) = 59.08%
R=7.26%
G=33.66%
B=59.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal301392440.880.4300.04209.4490.6853.73
Hex1E8BF4582B04d15b36
Octal36213364130530432113366
Binary11110100010111111010010110001010110100110100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,139,244); }

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

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

 a { background-color: rgb(30,139,244); }

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

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

 span { border-color: rgb(30,139,244); }

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