#1E7DEB

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

Shades of Dodger Blue #1E7DEB

Tints of Dodger Blue #1E7DEB

Color information

#1E7DEB (or 0x1E7DEB) is unknown color: approx Dodger Blue. HEX triplet: 1E, 7D and EB. RGB value is (30,125,235). Sum of RGB (Red+Green+Blue) = 30+125+235=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E7DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7DEB is #E18214. Grayscale: #6C6C6C. Windows color (decimal): -14778901 or 15432990. OLE color: 15432990.

HSL color Cylindrical-coordinate representation of color #1E7DEB: hue angle of 212.2º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E7DEB is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB30125235-
CMYK0.870.4700.08
HSL212.2º83.67%51.96%-
HSV(B)212.2º87.23%92.16%-
XYZ22.8620.9481.43-
YUV109.14199.0371.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.69%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 235 (92.19% from 255) = 60.26%
R=7.69%
G=32.05%
B=60.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal301252350.870.4700.08212.283.6751.96
Hex1E7DEB572F08d45434
Octal361753531275701032412464
Binary11110111110111101011101011110111101000110101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,125,235); }

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

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

 a { background-color: rgb(30,125,235); }

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

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

 span { border-color: rgb(30,125,235); }

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