#1E9EFB

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

Shades of Dodger Blue #1E9EFB

Tints of Dodger Blue #1E9EFB

Color information

#1E9EFB (or 0x1E9EFB) is unknown color: approx Dodger Blue. HEX triplet: 1E, 9E and FB. RGB value is (30,158,251). Sum of RGB (Red+Green+Blue) = 30+158+251=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E9EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9EFB is #E16104. Grayscale: #818181. Windows color (decimal): -14770437 or 16490014. OLE color: 16490014.

HSL color Cylindrical-coordinate representation of color #1E9EFB: hue angle of 205.25º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E9EFB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB30158251-
CMYK0.880.3700.02
HSL205.25º96.51%55.1%-
HSV(B)205.25º88.05%98.43%-
XYZ30.1731.6995.79-
YUV130.33196.0956.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.83%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 251 (98.44% from 255) = 57.18%
R=6.83%
G=35.99%
B=57.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal301582510.880.3700.02205.2596.5155.1
Hex1E9EFB582502cd6137
Octal36236373130450231514167
Binary1111010011110111110111011000100101010110011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,158,251); }

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

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

 a { background-color: rgb(30,158,251); }

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

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

 span { border-color: rgb(30,158,251); }

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