#1E71EF

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

Shades of Dodger Blue #1E71EF

Tints of Dodger Blue #1E71EF

Color information

#1E71EF (or 0x1E71EF) is unknown color: approx Dodger Blue. HEX triplet: 1E, 71 and EF. RGB value is (30,113,239). Sum of RGB (Red+Green+Blue) = 30+113+239=382 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.85% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E71EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E71EF is #E18E10. Grayscale: #656565. Windows color (decimal): -14781969 or 15692062. OLE color: 15692062.

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

Color convert

RGB30113239-
CMYK0.870.5300.06
HSL216.17º86.72%52.75%-
HSV(B)216.17º87.45%93.73%-
XYZ22.0218.3284.04-
YUV102.5520576.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.85%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 239 (93.75% from 255) = 62.57%
R=7.85%
G=29.58%
B=62.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301132390.870.5300.06216.1786.7252.75
Hex1E71EF573506d85735
Octal36161357127650633012765
Binary1111011100011110111110101111101010110110110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E71EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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