#1E94DE

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

Shades of Dodger Blue #1E94DE

Tints of Dodger Blue #1E94DE

Color information

#1E94DE (or 0x1E94DE) is unknown color: approx Dodger Blue. HEX triplet: 1E, 94 and DE. RGB value is (30,148,222). Sum of RGB (Red+Green+Blue) = 30+148+222=400 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E94DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E94DE is #E16B21. Grayscale: #787878. Windows color (decimal): -14773026 or 14586910. OLE color: 14586910.

HSL color Cylindrical-coordinate representation of color #1E94DE: hue angle of 203.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E94DE is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB30148222-
CMYK0.860.3300.13
HSL203.12º76.19%49.41%-
HSV(B)203.12º86.49%87.06%-
XYZ24.3126.7372.99-
YUV121.15184.9162.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.5%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 222 (87.11% from 255) = 55.5%
R=7.5%
G=37%
B=55.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301482220.860.3300.13203.1276.1949.41
Hex1E94DE56210Dcb4c31
Octal362243361264101531311461
Binary111101001010011011110101011010000101101110010111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,148,222); }

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

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

 a { background-color: rgb(30,148,222); }

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

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

 span { border-color: rgb(30,148,222); }

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