#1e70f6

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

Shades of Dodger Blue #1E70F6

Tints of Dodger Blue #1E70F6

Color information

#1E70F6 (or 0x1E70F6) is unknown color: approx Dodger Blue. HEX triplet: 1E, 70 and F6. RGB value is (30,112,246). Sum of RGB (Red+Green+Blue) = 30+112+246=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #1E70F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E70F6 is #E18F09. Grayscale: #666666. Windows color (decimal): -14782218 or 16150558. OLE color: 16150558.

HSL color Cylindrical-coordinate representation of color #1E70F6: hue angle of 217.22º degrees, saturation: 0.92, 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 #1E70F6 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30112246-
CMYK0.880.5400.04
HSL217.22º92.31%54.12%-
HSV(B)217.22º87.8%96.47%-
XYZ22.9618.5289.55-
YUV102.76208.8376.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.73%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 246 (96.48% from 255) = 63.40%
R=7.73%
G=28.87%
B=63.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal301122460.880.5400.04217.2292.3154.12
Hex1E70F6583604d95c36
Octal36160366130660433113466
Binary1111011100001111011010110001101100100110110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e70f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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