Html Css Color HEX #11A4EC Dodger Blue

📋 copy color: '#11A4EC'

red 17 ◦ green 164 ◦ blue 236

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

Shades of Dodger Blue #11A4EC

Tints of Dodger Blue #11A4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.33%

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

R = 4.08%
G = 39.33%
B = 56.59%

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

#11A4EC (or 0x11A4EC) is known color: Dodger Blue. HEX triplet: 11, A4 and EC. RGB value is (17,164,236). Sum of RGB (Red+Green+Blue) = 17+164+236=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #11A4EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A4EC is #EE5B13. Grayscale: #7F7F7F. Windows color (decimal): -15620884 or 15508497. OLE color: 15508497.

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

Color convert

RGB 17 164 236 -
CMYK 0.93 0.31 0 0.07
HSL 199.73º 0.87% 0.5% -
HSV(B) 199.73º 0.93% 0.93% -
XYZ 28.65 32.73 84.16 -
YUV 128.26 188.8 48.65 -
System Red Green Blue C M Y K H S L
Decimal 17 164 236 0.93 0.31 0 0.07 199.73 0.87 0.5
Hex 11 A4 EC 5D 1F 0 7 C8 57 32
Octal 21 244 354 135 37 0 7 310 127 62
Binary 10001 10100100 11101100 1011101 11111 0 111 11001000 1010111 110010

Color Harmonies of #11A4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A4EC

Black with #11A4EC

Text Example


Text Example

White with #11A4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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