Html Css Color HEX #11A6FF Dodger Blue

📋 copy color: '#11A6FF'

red 17 ◦ green 166 ◦ blue 255

#11A6FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #11A6FF

Tints of Dodger Blue #11A6FF

RGB

 RED value IS 17 (7.03% from 255) = 3.88%

 GREEN value IS 166 (65.23% from 255) = 37.9%

 BLUE value IS 255 (100% from 255) = 58.22%

R = 3.88%
G = 37.9%
B = 58.22%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11A6FF (or 0x11A6FF) is known color: Dodger Blue. HEX triplet: 11, A6 and FF. RGB value is (17,166,255). Sum of RGB (Red+Green+Blue) = 17+166+255=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #11A6FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A6FF is #EE5900. Grayscale: #838383. Windows color (decimal): -15620353 or 16754193. OLE color: 16754193.

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

Color convert

RGB 17 166 255 -
CMYK 0.93 0.35 0 0
HSL 202.44º 1% 0.53% -
HSV(B) 202.44º 0.93% 1% -
XYZ 31.92 34.61 99.61 -
YUV 131.6 197.64 46.26 -
System Red Green Blue C M Y K H S L
Decimal 17 166 255 0.93 0.35 0 0 202.44 1 0.53
Hex 11 A6 FF 5D 23 0 0 CA 64 35
Octal 21 246 377 135 43 0 0 312 144 65
Binary 10001 10100110 11111111 1011101 100011 0 0 11001010 1100100 110101

Color Harmonies of #11A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A6FF

Black with #11A6FF

Text Example


Text Example

White with #11A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11A6FF;
 }
 .AnyTagClassName
 {
   color: #11A6FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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