#1eaff6

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

Shades of Dodger Blue #1EAFF6

Tints of Dodger Blue #1EAFF6

Color information

#1EAFF6 (or 0x1EAFF6) is unknown color: approx Dodger Blue. HEX triplet: 1E, AF and F6. RGB value is (30,175,246). Sum of RGB (Red+Green+Blue) = 30+175+246=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #1EAFF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAFF6 is #E15009. Grayscale: #8B8B8B. Windows color (decimal): -14766090 or 16166686. OLE color: 16166686.

HSL color Cylindrical-coordinate representation of color #1EAFF6: hue angle of 199.72º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EAFF6 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30175246-
CMYK0.880.2900.04
HSL199.72º92.31%54.12%-
HSV(B)199.72º87.8%96.47%-
XYZ32.537.5992.73-
YUV139.74187.9649.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.65%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 246 (96.48% from 255) = 54.55%
R=6.65%
G=38.80%
B=54.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal301752460.880.2900.04199.7292.3154.12
Hex1EAFF6581D04c85c36
Octal36257366130350431013466
Binary1111010101111111101101011000111010100110010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eaff6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,175,246); }

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

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

 a { background-color: rgb(30,175,246); }

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

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

 span { border-color: rgb(30,175,246); }

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