#1e9aff

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

Shades of Dodger Blue #1E9AFF

Tints of Dodger Blue #1E9AFF

Color information

#1E9AFF (or 0x1E9AFF) is unknown color: approx Dodger Blue. HEX triplet: 1E, 9A and FF. RGB value is (30,154,255). Sum of RGB (Red+Green+Blue) = 30+154+255=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E9AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9AFF is #E16500. Grayscale: #7F7F7F. Windows color (decimal): -14771457 or 16751134. OLE color: 16751134.

HSL color Cylindrical-coordinate representation of color #1E9AFF: hue angle of 206.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E9AFF is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB30154255-
CMYK0.880.4000
HSL206.93º100%55.88%-
HSV(B)206.93º88.24%100%-
XYZ30.1430.6198.93-
YUV128.44199.4257.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.83%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 255 (100% from 255) = 58.09%
R=6.83%
G=35.08%
B=58.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal301542550.880.4000206.9310055.88
Hex1E9AFF582800cf6438
Octal36232377130500031714470
Binary111101001101011111111101100010100000110011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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