Html Css Color HEX #1186EE Dodger Blue

📋 copy color: '#1186EE'

red 17 ◦ green 134 ◦ blue 238

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

Shades of Dodger Blue #1186EE

Tints of Dodger Blue #1186EE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 4.37%
G = 34.45%
B = 61.18%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1186EE (or 0x1186EE) is known color: Dodger Blue. HEX triplet: 11, 86 and EE. RGB value is (17,134,238). Sum of RGB (Red+Green+Blue) = 17+134+238=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #1186EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1186EE is #EE7911. Grayscale: #6E6E6E. Windows color (decimal): -15628562 or 15631889. OLE color: 15631889.

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

Color convert

RGB 17 134 238 -
CMYK 0.93 0.44 0 0.07
HSL 208.24º 0.87% 0.5% -
HSV(B) 208.24º 0.93% 0.93% -
XYZ 24.19 23.34 84.12 -
YUV 110.87 199.74 61.04 -
System Red Green Blue C M Y K H S L
Decimal 17 134 238 0.93 0.44 0 0.07 208.24 0.87 0.5
Hex 11 86 EE 5D 2C 0 7 D0 57 32
Octal 21 206 356 135 54 0 7 320 127 62
Binary 10001 10000110 11101110 1011101 101100 0 111 11010000 1010111 110010

Color Harmonies of #1186EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1186EE

Black with #1186EE

Text Example


Text Example

White with #1186EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1186EE; }

 p { color: rgb(17,134,238); }

 H1.HeaderClassName
 {
   color: #1186EE;
 }
 .AnyTagClassName
 {
   color: #1186EE;
 }
</style>

background-color css

<style>
 a { background-color: #1186EE; }

 a { background-color: rgb(17,134,238); }

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

border-color css

<style>
 span { border-color: #1186EE; }

 span { border-color: rgb(17,134,238); }

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