Html Css Color HEX #11A0EC Dodger Blue

📋 copy color: '#11A0EC'

red 17 ◦ green 160 ◦ blue 236

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

Shades of Dodger Blue #11A0EC

Tints of Dodger Blue #11A0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 4.12%
G = 38.74%
B = 57.14%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11A0EC (or 0x11A0EC) is known color: Dodger Blue. HEX triplet: 11, A0 and EC. RGB value is (17,160,236). Sum of RGB (Red+Green+Blue) = 17+160+236=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #11A0EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A0EC is #EE5F13. Grayscale: #7D7D7D. Windows color (decimal): -15621908 or 15507473. OLE color: 15507473.

HSL color Cylindrical-coordinate representation of color #11A0EC: hue angle of 200.82º 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 #11A0EC is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 160 236 -
CMYK 0.93 0.32 0 0.07
HSL 200.82º 0.87% 0.5% -
HSV(B) 200.82º 0.93% 0.93% -
XYZ 27.94 31.32 83.93 -
YUV 125.91 190.12 50.32 -
System Red Green Blue C M Y K H S L
Decimal 17 160 236 0.93 0.32 0 0.07 200.82 0.87 0.5
Hex 11 A0 EC 5D 20 0 7 C9 57 32
Octal 21 240 354 135 40 0 7 311 127 62
Binary 10001 10100000 11101100 1011101 100000 0 111 11001001 1010111 110010

Color Harmonies of #11A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A0EC

Black with #11A0EC

Text Example


Text Example

White with #11A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,160,236); }

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

background-color css

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

 a { background-color: rgb(17,160,236); }

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

border-color css

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

 span { border-color: rgb(17,160,236); }

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