#11A8FC

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

Shades of Dodger Blue #11A8FC

Tints of Dodger Blue #11A8FC

Color information

#11A8FC (or 0x11A8FC) is unknown color: approx Dodger Blue. HEX triplet: 11, A8 and FC. RGB value is (17,168,252). Sum of RGB (Red+Green+Blue) = 17+168+252=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #11A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A8FC is #EE5703. Grayscale: #838383. Windows color (decimal): -15619844 or 16558097. OLE color: 16558097.

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

Color convert

RGB17168252-
CMYK0.930.3300.01
HSL201.45º97.51%52.75%-
HSV(B)201.45º93.25%98.82%-
XYZ31.835.1597.2-
YUV132.43195.4745.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.89%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 252 (98.83% from 255) = 57.67%
R=3.89%
G=38.44%
B=57.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171682520.930.3300.01201.4597.5152.75
Hex11A8FC5D2101c96235
Octal21250374135410131114265
Binary100011010100011111100101110110000101110010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,168,252); }

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

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

 a { background-color: rgb(17,168,252); }

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

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

 span { border-color: rgb(17,168,252); }

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