#1E9EEF

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

Shades of Dodger Blue #1E9EEF

Tints of Dodger Blue #1E9EEF

Color information

#1E9EEF (or 0x1E9EEF) is unknown color: approx Dodger Blue. HEX triplet: 1E, 9E and EF. RGB value is (30,158,239). Sum of RGB (Red+Green+Blue) = 30+158+239=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E9EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9EEF is #E16110. Grayscale: #808080. Windows color (decimal): -14770449 or 15703582. OLE color: 15703582.

HSL color Cylindrical-coordinate representation of color #1E9EEF: hue angle of 203.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E9EEF is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB30158239-
CMYK0.870.3400.06
HSL203.25º86.72%52.75%-
HSV(B)203.25º87.45%93.73%-
XYZ28.3430.9686.14-
YUV128.96190.0957.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.03%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 239 (93.75% from 255) = 55.97%
R=7.03%
G=37.00%
B=55.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301582390.870.3400.06203.2586.7252.75
Hex1E9EEF572206cb5735
Octal36236357127420631312765
Binary11110100111101110111110101111000100110110010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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