#1E96EF

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

Shades of Dodger Blue #1E96EF

Tints of Dodger Blue #1E96EF

Color information

#1E96EF (or 0x1E96EF) is unknown color: approx Dodger Blue. HEX triplet: 1E, 96 and EF. RGB value is (30,150,239). Sum of RGB (Red+Green+Blue) = 30+150+239=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E96EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E96EF is #E16910. Grayscale: #7B7B7B. Windows color (decimal): -14772497 or 15701534. OLE color: 15701534.

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

Color convert

RGB30150239-
CMYK0.870.3700.06
HSL205.55º86.72%52.75%-
HSV(B)205.55º87.45%93.73%-
XYZ27.0228.3285.7-
YUV124.27192.7460.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.16%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 239 (93.75% from 255) = 57.04%
R=7.16%
G=35.80%
B=57.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301502390.870.3700.06205.5586.7252.75
Hex1E96EF572506ce5735
Octal36226357127450631612765
Binary11110100101101110111110101111001010110110011101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E96EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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