#1E8CEB

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

Shades of Dodger Blue #1E8CEB

Tints of Dodger Blue #1E8CEB

Color information

#1E8CEB (or 0x1E8CEB) is unknown color: approx Dodger Blue. HEX triplet: 1E, 8C and EB. RGB value is (30,140,235). Sum of RGB (Red+Green+Blue) = 30+140+235=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E8CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8CEB is #E17314. Grayscale: #757575. Windows color (decimal): -14775061 or 15436830. OLE color: 15436830.

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

Color convert

RGB30140235-
CMYK0.870.4000.08
HSL207.8º83.67%51.96%-
HSV(B)207.8º87.23%92.16%-
XYZ24.9125.0382.12-
YUV117.94194.0665.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.41%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 235 (92.19% from 255) = 58.02%
R=7.41%
G=34.57%
B=58.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal301402350.870.4000.08207.883.6751.96
Hex1E8CEB572808d05434
Octal362143531275001032012464
Binary111101000110011101011101011110100001000110100001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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