#1e8bef

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

Shades of Dodger Blue #1E8BEF

Tints of Dodger Blue #1E8BEF

Color information

#1E8BEF (or 0x1E8BEF) is unknown color: approx Dodger Blue. HEX triplet: 1E, 8B and EF. RGB value is (30,139,239). Sum of RGB (Red+Green+Blue) = 30+139+239=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E8BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8BEF is #E17410. Grayscale: #757575. Windows color (decimal): -14775313 or 15698718. OLE color: 15698718.

HSL color Cylindrical-coordinate representation of color #1E8BEF: hue angle of 208.71º 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 #1E8BEF is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB30139239-
CMYK0.870.4200.06
HSL208.71º86.72%52.75%-
HSV(B)208.71º87.45%93.73%-
XYZ25.3524.9785.15-
YUV117.81196.3965.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.35%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 239 (93.75% from 255) = 58.58%
R=7.35%
G=34.07%
B=58.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301392390.870.4200.06208.7186.7252.75
Hex1E8BEF572A06d15735
Octal36213357127520632112765
Binary11110100010111110111110101111010100110110100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e8bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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