#1E7AEB

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

Shades of Dodger Blue #1E7AEB

Tints of Dodger Blue #1E7AEB

Color information

#1E7AEB (or 0x1E7AEB) is unknown color: approx Dodger Blue. HEX triplet: 1E, 7A and EB. RGB value is (30,122,235). Sum of RGB (Red+Green+Blue) = 30+122+235=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E7AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7AEB is #E18514. Grayscale: #6A6A6A. Windows color (decimal): -14779669 or 15432222. OLE color: 15432222.

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

Color convert

RGB30122235-
CMYK0.870.4800.08
HSL213.07º83.67%51.96%-
HSV(B)213.07º87.23%92.16%-
XYZ22.4920.1981.31-
YUV107.37200.0272.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.75%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 235 (92.19% from 255) = 60.72%
R=7.75%
G=31.52%
B=60.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal301222350.870.4800.08213.0783.6751.96
Hex1E7AEB573008d55434
Octal361723531276001032512464
Binary11110111101011101011101011111000001000110101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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