#1E92E5

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

Shades of Dodger Blue #1E92E5

Tints of Dodger Blue #1E92E5

Color information

#1E92E5 (or 0x1E92E5) is unknown color: approx Dodger Blue. HEX triplet: 1E, 92 and E5. RGB value is (30,146,229). Sum of RGB (Red+Green+Blue) = 30+146+229=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #1E92E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E92E5 is #E16D1A. Grayscale: #787878. Windows color (decimal): -14773531 or 15045150. OLE color: 15045150.

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

Color convert

RGB30146229-
CMYK0.870.3600.10
HSL205.03º79.28%50.78%-
HSV(B)205.03º86.9%89.8%-
XYZ24.9626.4977.93-
YUV120.78189.0763.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.41%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 229 (89.84% from 255) = 56.54%
R=7.41%
G=36.05%
B=56.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal301462290.870.3600.10205.0379.2850.78
Hex1E92E557240Acd4f33
Octal362223451274401231511763
Binary111101001001011100101101011110010001010110011011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,146,229); }

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

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

 a { background-color: rgb(30,146,229); }

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

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

 span { border-color: rgb(30,146,229); }

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