#1E70F3

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

Shades of Dodger Blue #1E70F3

Tints of Dodger Blue #1E70F3

Color information

#1E70F3 (or 0x1E70F3) is unknown color: approx Dodger Blue. HEX triplet: 1E, 70 and F3. RGB value is (30,112,243). Sum of RGB (Red+Green+Blue) = 30+112+243=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #1E70F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E70F3 is #E18F0C. Grayscale: #656565. Windows color (decimal): -14782221 or 15953950. OLE color: 15953950.

HSL color Cylindrical-coordinate representation of color #1E70F3: hue angle of 216.9º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E70F3 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB30112243-
CMYK0.880.5400.05
HSL216.9º89.87%53.53%-
HSV(B)216.9º87.65%95.29%-
XYZ22.5118.3487.15-
YUV102.42207.3376.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.79%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 243 (95.31% from 255) = 63.12%
R=7.79%
G=29.09%
B=63.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal301122430.880.5400.05216.989.8753.53
Hex1E70F3583605d95a36
Octal36160363130660533113266
Binary1111011100001111001110110001101100101110110011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E70F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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