Html Css Color HEX #11A2EC Dodger Blue

📋 copy color: '#11A2EC'

red 17 ◦ green 162 ◦ blue 236

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

Shades of Dodger Blue #11A2EC

Tints of Dodger Blue #11A2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

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

R = 4.1%
G = 39.04%
B = 56.87%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11A2EC (or 0x11A2EC) is known color: Dodger Blue. HEX triplet: 11, A2 and EC. RGB value is (17,162,236). Sum of RGB (Red+Green+Blue) = 17+162+236=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #11A2EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A2EC is #EE5D13. Grayscale: #7E7E7E. Windows color (decimal): -15621396 or 15507985. OLE color: 15507985.

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

Color convert

RGB 17 162 236 -
CMYK 0.93 0.31 0 0.07
HSL 200.27º 0.87% 0.5% -
HSV(B) 200.27º 0.93% 0.93% -
XYZ 28.29 32.02 84.05 -
YUV 127.08 189.46 49.48 -
System Red Green Blue C M Y K H S L
Decimal 17 162 236 0.93 0.31 0 0.07 200.27 0.87 0.5
Hex 11 A2 EC 5D 1F 0 7 C8 57 32
Octal 21 242 354 135 37 0 7 310 127 62
Binary 10001 10100010 11101100 1011101 11111 0 111 11001000 1010111 110010

Color Harmonies of #11A2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A2EC

Black with #11A2EC

Text Example


Text Example

White with #11A2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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