#1E7EEF

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

Shades of Dodger Blue #1E7EEF

Tints of Dodger Blue #1E7EEF

Color information

#1E7EEF (or 0x1E7EEF) is unknown color: approx Dodger Blue. HEX triplet: 1E, 7E and EF. RGB value is (30,126,239). Sum of RGB (Red+Green+Blue) = 30+126+239=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7EEF is #E18110. Grayscale: #6D6D6D. Windows color (decimal): -14778641 or 15695390. OLE color: 15695390.

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

Color convert

RGB30126239-
CMYK0.870.4700.06
HSL212.44º86.72%52.75%-
HSV(B)212.44º87.45%93.73%-
XYZ23.5821.4384.56-
YUV110.18200.770.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.59%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 239 (93.75% from 255) = 60.51%
R=7.59%
G=31.90%
B=60.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301262390.870.4700.06212.4486.7252.75
Hex1E7EEF572F06d45735
Octal36176357127570632412765
Binary1111011111101110111110101111011110110110101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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