Html Css Color HEX #1189DC Dodger Blue

📋 copy color: '#1189DC'

red 17 ◦ green 137 ◦ blue 220

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

Shades of Dodger Blue #1189DC

Tints of Dodger Blue #1189DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

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

R = 4.55%
G = 36.63%
B = 58.82%

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

#1189DC (or 0x1189DC) is known color: Dodger Blue. HEX triplet: 11, 89 and DC. RGB value is (17,137,220). Sum of RGB (Red+Green+Blue) = 17+137+220=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #1189DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1189DC is #EE7623. Grayscale: #6E6E6E. Windows color (decimal): -15627812 or 14453009. OLE color: 14453009.

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

Color convert

RGB 17 137 220 -
CMYK 0.92 0.38 0 0.14
HSL 204.53º 0.86% 0.46% -
HSV(B) 204.53º 0.92% 0.86% -
XYZ 22.1 23.18 71.02 -
YUV 110.58 189.74 61.25 -
System Red Green Blue C M Y K H S L
Decimal 17 137 220 0.92 0.38 0 0.14 204.53 0.86 0.46
Hex 11 89 DC 5C 26 0 E CD 56 2E
Octal 21 211 334 134 46 0 16 315 126 56
Binary 10001 10001001 11011100 1011100 100110 0 1110 11001101 1010110 101110

Color Harmonies of #1189DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189DC

Black with #1189DC

Text Example


Text Example

White with #1189DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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