Html Css Color HEX #11A6F3 Dodger Blue

📋 copy color: '#11A6F3'

red 17 ◦ green 166 ◦ blue 243

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

Shades of Dodger Blue #11A6F3

Tints of Dodger Blue #11A6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.04%

R = 3.99%
G = 38.97%
B = 57.04%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11A6F3 (or 0x11A6F3) is known color: Dodger Blue. HEX triplet: 11, A6 and F3. RGB value is (17,166,243). Sum of RGB (Red+Green+Blue) = 17+166+243=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #11A6F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A6F3 is #EE590C. Grayscale: #818181. Windows color (decimal): -15620365 or 15967761. OLE color: 15967761.

HSL color Cylindrical-coordinate representation of color #11A6F3: hue angle of 200.44º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A6F3 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 166 243 -
CMYK 0.93 0.32 0 0.05
HSL 200.44º 0.9% 0.51% -
HSV(B) 200.44º 0.93% 0.95% -
XYZ 30.05 33.86 89.75 -
YUV 130.23 191.64 47.24 -
System Red Green Blue C M Y K H S L
Decimal 17 166 243 0.93 0.32 0 0.05 200.44 0.9 0.51
Hex 11 A6 F3 5D 20 0 5 C8 5A 33
Octal 21 246 363 135 40 0 5 310 132 63
Binary 10001 10100110 11110011 1011101 100000 0 101 11001000 1011010 110011

Color Harmonies of #11A6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A6F3

Black with #11A6F3

Text Example


Text Example

White with #11A6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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