Html Css Color HEX #11A3EC Dodger Blue

📋 copy color: '#11A3EC'

red 17 ◦ green 163 ◦ blue 236

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

Shades of Dodger Blue #11A3EC

Tints of Dodger Blue #11A3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

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

R = 4.09%
G = 39.18%
B = 56.73%

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

#11A3EC (or 0x11A3EC) is known color: Dodger Blue. HEX triplet: 11, A3 and EC. RGB value is (17,163,236). Sum of RGB (Red+Green+Blue) = 17+163+236=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #11A3EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A3EC is #EE5C13. Grayscale: #7F7F7F. Windows color (decimal): -15621140 or 15508241. OLE color: 15508241.

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

Color convert

RGB 17 163 236 -
CMYK 0.93 0.31 0 0.07
HSL 200º 0.87% 0.5% -
HSV(B) 200º 0.93% 0.93% -
XYZ 28.47 32.37 84.1 -
YUV 127.67 189.13 49.06 -
System Red Green Blue C M Y K H S L
Decimal 17 163 236 0.93 0.31 0 0.07 200 0.87 0.5
Hex 11 A3 EC 5D 1F 0 7 C8 57 32
Octal 21 243 354 135 37 0 7 310 127 62
Binary 10001 10100011 11101100 1011101 11111 0 111 11001000 1010111 110010

Color Harmonies of #11A3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A3EC

Black with #11A3EC

Text Example


Text Example

White with #11A3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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