#11A6FE

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

Shades of Dodger Blue #11A6FE

Tints of Dodger Blue #11A6FE

Color information

#11A6FE (or 0x11A6FE) is unknown color: approx Dodger Blue. HEX triplet: 11, A6 and FE. RGB value is (17,166,254). Sum of RGB (Red+Green+Blue) = 17+166+254=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #11A6FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A6FE is #EE5901. Grayscale: #828282. Windows color (decimal): -15620354 or 16688657. OLE color: 16688657.

HSL color Cylindrical-coordinate representation of color #11A6FE: hue angle of 202.28º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A6FE is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17166254-
CMYK0.930.3500.00
HSL202.28º99.16%53.14%-
HSV(B)202.28º93.31%99.61%-
XYZ31.7634.5598.76-
YUV131.48197.1446.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.89%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 254 (99.61% from 255) = 58.12%
R=3.89%
G=37.99%
B=58.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal171662540.930.3500.00202.2899.1653.14
Hex11A6FE5D2300ca6335
Octal21246376135430031214365
Binary100011010011011111110101110110001100110010101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,166,254); }

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

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

 a { background-color: rgb(17,166,254); }

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

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

 span { border-color: rgb(17,166,254); }

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