Html Css Color HEX #1188DC Dodger Blue

📋 copy color: '#1188DC'

red 17 ◦ green 136 ◦ blue 220

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

Shades of Dodger Blue #1188DC

Tints of Dodger Blue #1188DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

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

R = 4.56%
G = 36.46%
B = 58.98%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1188DC (or 0x1188DC) is known color: Dodger Blue. HEX triplet: 11, 88 and DC. RGB value is (17,136,220). Sum of RGB (Red+Green+Blue) = 17+136+220=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #1188DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188DC is #EE7723. Grayscale: #6D6D6D. Windows color (decimal): -15628068 or 14452753. OLE color: 14452753.

HSL color Cylindrical-coordinate representation of color #1188DC: hue angle of 204.83º 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 #1188DC is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 136 220 -
CMYK 0.92 0.38 0 0.14
HSL 204.83º 0.86% 0.46% -
HSV(B) 204.83º 0.92% 0.86% -
XYZ 21.95 22.89 70.97 -
YUV 110 190.08 61.67 -
System Red Green Blue C M Y K H S L
Decimal 17 136 220 0.92 0.38 0 0.14 204.83 0.86 0.46
Hex 11 88 DC 5C 26 0 E CD 56 2E
Octal 21 210 334 134 46 0 16 315 126 56
Binary 10001 10001000 11011100 1011100 100110 0 1110 11001101 1010110 101110

Color Harmonies of #1188DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1188DC

Black with #1188DC

Text Example


Text Example

White with #1188DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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