Html Css Color HEX #1188DB Dodger Blue

📋 copy color: '#1188DB'

red 17 ◦ green 136 ◦ blue 219

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

Shades of Dodger Blue #1188DB

Tints of Dodger Blue #1188DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.87%

R = 4.57%
G = 36.56%
B = 58.87%

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

#1188DB (or 0x1188DB) is known color: Dodger Blue. HEX triplet: 11, 88 and DB. RGB value is (17,136,219). Sum of RGB (Red+Green+Blue) = 17+136+219=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #1188DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188DB is #EE7724. Grayscale: #6D6D6D. Windows color (decimal): -15628069 or 14387217. OLE color: 14387217.

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

Color convert

RGB 17 136 219 -
CMYK 0.92 0.38 0 0.14
HSL 204.65º 0.86% 0.46% -
HSV(B) 204.65º 0.92% 0.86% -
XYZ 21.82 22.84 70.28 -
YUV 109.88 189.58 61.75 -
System Red Green Blue C M Y K H S L
Decimal 17 136 219 0.92 0.38 0 0.14 204.65 0.86 0.46
Hex 11 88 DB 5C 26 0 E CD 56 2E
Octal 21 210 333 134 46 0 16 315 126 56
Binary 10001 10001000 11011011 1011100 100110 0 1110 11001101 1010110 101110

Color Harmonies of #1188DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1188DB

Black with #1188DB

Text Example


Text Example

White with #1188DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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