#11A1EE

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

Shades of Dodger Blue #11A1EE

Tints of Dodger Blue #11A1EE

Color information

#11A1EE (or 0x11A1EE) is unknown color: approx Dodger Blue. HEX triplet: 11, A1 and EE. RGB value is (17,161,238). Sum of RGB (Red+Green+Blue) = 17+161+238=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #11A1EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A1EE is #EE5E11. Grayscale: #7E7E7E. Windows color (decimal): -15621650 or 15638801. OLE color: 15638801.

HSL color Cylindrical-coordinate representation of color #11A1EE: hue angle of 200.9º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A1EE is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17161238-
CMYK0.930.3200.07
HSL200.9º86.67%50%-
HSV(B)200.9º92.86%93.33%-
XYZ28.4131.7885.53-
YUV126.72190.7949.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.09%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 238 (93.36% from 255) = 57.21%
R=4.09%
G=38.70%
B=57.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171612380.930.3200.07200.986.6750
Hex11A1EE5D2007c95732
Octal21241356135400731112762
Binary10001101000011110111010111011000000111110010011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,161,238); }

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

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

 a { background-color: rgb(17,161,238); }

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

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

 span { border-color: rgb(17,161,238); }

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