#1E7AE4

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

Shades of Dodger Blue #1E7AE4

Tints of Dodger Blue #1E7AE4

Color information

#1E7AE4 (or 0x1E7AE4) is unknown color: approx Dodger Blue. HEX triplet: 1E, 7A and E4. RGB value is (30,122,228). Sum of RGB (Red+Green+Blue) = 30+122+228=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 228 (89.45% from 255 or 60% from 380); Max value from RGB is 228 - color contains mainly: blue. Hex color #1E7AE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7AE4 is #E1851B. Grayscale: #6A6A6A. Windows color (decimal): -14779676 or 14973470. OLE color: 14973470.

HSL color Cylindrical-coordinate representation of color #1E7AE4: hue angle of 212.12º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E7AE4 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB30122228-
CMYK0.870.4600.11
HSL212.12º78.57%50.59%-
HSV(B)212.12º86.84%89.41%-
XYZ21.519.876.09-
YUV106.58196.5273.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.89%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 228 (89.45% from 255) = 60%
R=7.89%
G=32.11%
B=60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal301222280.870.4600.11212.1278.5750.59
Hex1E7AE4572E0Bd44f33
Octal361723441275601332411763
Binary11110111101011100100101011110111001011110101001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,122,228); }

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

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

 a { background-color: rgb(30,122,228); }

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

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

 span { border-color: rgb(30,122,228); }

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