#1EA6FD

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

Shades of Dodger Blue #1EA6FD

Tints of Dodger Blue #1EA6FD

Color information

#1EA6FD (or 0x1EA6FD) is unknown color: approx Dodger Blue. HEX triplet: 1E, A6 and FD. RGB value is (30,166,253). Sum of RGB (Red+Green+Blue) = 30+166+253=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EA6FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA6FD is #E15902. Grayscale: #868686. Windows color (decimal): -14768387 or 16623134. OLE color: 16623134.

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

Color convert

RGB30166253-
CMYK0.880.3400.01
HSL203.41º98.24%55.49%-
HSV(B)203.41º88.14%99.22%-
XYZ31.934.6497.93-
YUV135.25194.4452.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.68%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 253 (99.22% from 255) = 56.35%
R=6.68%
G=36.97%
B=56.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal301662530.880.3400.01203.4198.2455.49
Hex1EA6FD582201cb6237
Octal36246375130420131314267
Binary111101010011011111101101100010001001110010111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,166,253); }

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

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

 a { background-color: rgb(30,166,253); }

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

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

 span { border-color: rgb(30,166,253); }

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