Html Css Color HEX #1186DC Dodger Blue

📋 copy color: '#1186DC'

red 17 ◦ green 134 ◦ blue 220

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

Shades of Dodger Blue #1186DC

Tints of Dodger Blue #1186DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 4.58%
G = 36.12%
B = 59.3%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1186DC (or 0x1186DC) is known color: Dodger Blue. HEX triplet: 11, 86 and DC. RGB value is (17,134,220). Sum of RGB (Red+Green+Blue) = 17+134+220=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #1186DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1186DC is #EE7923. Grayscale: #6C6C6C. Windows color (decimal): -15628580 or 14452241. OLE color: 14452241.

HSL color Cylindrical-coordinate representation of color #1186DC: hue angle of 205.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1186DC is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 134 220 -
CMYK 0.92 0.39 0 0.14
HSL 205.42º 0.86% 0.46% -
HSV(B) 205.42º 0.92% 0.86% -
XYZ 21.67 22.34 70.88 -
YUV 108.82 190.74 62.51 -
System Red Green Blue C M Y K H S L
Decimal 17 134 220 0.92 0.39 0 0.14 205.42 0.86 0.46
Hex 11 86 DC 5C 27 0 E CD 56 2E
Octal 21 206 334 134 47 0 16 315 126 56
Binary 10001 10000110 11011100 1011100 100111 0 1110 11001101 1010110 101110

Color Harmonies of #1186DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1186DC

Black with #1186DC

Text Example


Text Example

White with #1186DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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