#11A4E8

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

Shades of Dodger Blue #11A4E8

Tints of Dodger Blue #11A4E8

Color information

#11A4E8 (or 0x11A4E8) is unknown color: approx Dodger Blue. HEX triplet: 11, A4 and E8. RGB value is (17,164,232). Sum of RGB (Red+Green+Blue) = 17+164+232=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #11A4E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A4E8 is #EE5B17. Grayscale: #7F7F7F. Windows color (decimal): -15620888 or 15246353. OLE color: 15246353.

HSL color Cylindrical-coordinate representation of color #11A4E8: hue angle of 198.98º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A4E8 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17164232-
CMYK0.930.2900.09
HSL198.98º86.35%48.82%-
HSV(B)198.98º92.67%90.98%-
XYZ28.0732.581.14-
YUV127.8186.848.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.12%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 232 (91.02% from 255) = 56.17%
R=4.12%
G=39.71%
B=56.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal171642320.930.2900.09198.9886.3548.82
Hex11A4E85D1D09c75631
Octal212443501353501130712661
Binary10001101001001110100010111011110101001110001111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11A4E8; }

 p { color: rgb(17,164,232); }

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

<style>
 a { background-color: #11A4E8; }

 a { background-color: rgb(17,164,232); }

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

<style>
 span { border-color: #11A4E8; }

 span { border-color: rgb(17,164,232); }

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