#1E83DE

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

Shades of Dodger Blue #1E83DE

Tints of Dodger Blue #1E83DE

Color information

#1E83DE (or 0x1E83DE) is unknown color: approx Dodger Blue. HEX triplet: 1E, 83 and DE. RGB value is (30,131,222). Sum of RGB (Red+Green+Blue) = 30+131+222=383 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.83% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E83DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E83DE is #E17C21. Grayscale: #6E6E6E. Windows color (decimal): -14777378 or 14582558. OLE color: 14582558.

HSL color Cylindrical-coordinate representation of color #1E83DE: hue angle of 208.44º 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 #1E83DE is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB30131222-
CMYK0.860.4100.13
HSL208.44º76.19%49.41%-
HSV(B)208.44º86.49%87.06%-
XYZ21.8421.7872.16-
YUV111.17190.5470.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.83%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 222 (87.11% from 255) = 57.96%
R=7.83%
G=34.20%
B=57.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301312220.860.4100.13208.4476.1949.41
Hex1E83DE56290Dd04c31
Octal362033361265101532011461
Binary111101000001111011110101011010100101101110100001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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