Html Css Color HEX #11A1EB Dodger Blue

📋 copy color: '#11A1EB'

red 17 ◦ green 161 ◦ blue 235

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

Shades of Dodger Blue #11A1EB

Tints of Dodger Blue #11A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.98%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 4.12%
G = 38.98%
B = 56.9%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11A1EB (or 0x11A1EB) is known color: Dodger Blue. HEX triplet: 11, A1 and EB. RGB value is (17,161,235). Sum of RGB (Red+Green+Blue) = 17+161+235=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #11A1EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A1EB is #EE5E14. Grayscale: #7D7D7D. Windows color (decimal): -15621653 or 15442193. OLE color: 15442193.

HSL color Cylindrical-coordinate representation of color #11A1EB: hue angle of 200.37º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A1EB is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 161 235 -
CMYK 0.93 0.31 0 0.08
HSL 200.37º 0.87% 0.49% -
HSV(B) 200.37º 0.93% 0.92% -
XYZ 27.97 31.61 83.22 -
YUV 126.38 189.29 49.98 -
System Red Green Blue C M Y K H S L
Decimal 17 161 235 0.93 0.31 0 0.08 200.37 0.87 0.49
Hex 11 A1 EB 5D 1F 0 8 C8 57 31
Octal 21 241 353 135 37 0 10 310 127 61
Binary 10001 10100001 11101011 1011101 11111 0 1000 11001000 1010111 110001

Color Harmonies of #11A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A1EB

Black with #11A1EB

Text Example


Text Example

White with #11A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,161,235); }

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

background-color css

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

 a { background-color: rgb(17,161,235); }

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

border-color css

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

 span { border-color: rgb(17,161,235); }

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