#1e9af9

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

Shades of Dodger Blue #1E9AF9

Tints of Dodger Blue #1E9AF9

Color information

#1E9AF9 (or 0x1E9AF9) is unknown color: approx Dodger Blue. HEX triplet: 1E, 9A and F9. RGB value is (30,154,249). Sum of RGB (Red+Green+Blue) = 30+154+249=433 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.93% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #1E9AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9AF9 is #E16506. Grayscale: #7F7F7F. Windows color (decimal): -14771463 or 16357918. OLE color: 16357918.

HSL color Cylindrical-coordinate representation of color #1E9AF9: hue angle of 206.03º degrees, saturation: 0.95, 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 #1E9AF9 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB30154249-
CMYK0.880.3800.02
HSL206.03º94.81%54.71%-
HSV(B)206.03º87.95%97.65%-
XYZ29.1930.2393.92-
YUV127.75196.4258.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.93%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 249 (97.66% from 255) = 57.51%
R=6.93%
G=35.57%
B=57.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal301542490.880.3800.02206.0394.8154.71
Hex1E9AF9582602ce5f37
Octal36232371130460231613767
Binary1111010011010111110011011000100110010110011101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9af9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,154,249); }

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

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

 a { background-color: rgb(30,154,249); }

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

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

 span { border-color: rgb(30,154,249); }

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