#1E70EF

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

Shades of Dodger Blue #1E70EF

Tints of Dodger Blue #1E70EF

Color information

#1E70EF (or 0x1E70EF) is unknown color: approx Dodger Blue. HEX triplet: 1E, 70 and EF. RGB value is (30,112,239). Sum of RGB (Red+Green+Blue) = 30+112+239=381 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.87% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E70EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E70EF is #E18F10. Grayscale: #656565. Windows color (decimal): -14782225 or 15691806. OLE color: 15691806.

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

Color convert

RGB30112239-
CMYK0.870.5300.06
HSL216.46º86.72%52.75%-
HSV(B)216.46º87.45%93.73%-
XYZ21.9118.184-
YUV101.96205.3376.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.87%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 239 (93.75% from 255) = 62.73%
R=7.87%
G=29.40%
B=62.73%

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
Decimal301122390.870.5300.06216.4686.7252.75
Hex1E70EF573506d85735
Octal36160357127650633012765
Binary1111011100001110111110101111101010110110110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E70EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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