Html Css Color HEX #1188DD Dodger Blue

📋 copy color: '#1188DD'

red 17 ◦ green 136 ◦ blue 221

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

Shades of Dodger Blue #1188DD

Tints of Dodger Blue #1188DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.09%

R = 4.55%
G = 36.36%
B = 59.09%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1188DD (or 0x1188DD) is known color: Dodger Blue. HEX triplet: 11, 88 and DD. RGB value is (17,136,221). Sum of RGB (Red+Green+Blue) = 17+136+221=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #1188DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188DD is #EE7722. Grayscale: #6D6D6D. Windows color (decimal): -15628067 or 14518289. OLE color: 14518289.

HSL color Cylindrical-coordinate representation of color #1188DD: hue angle of 205º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1188DD is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 136 221 -
CMYK 0.92 0.38 0 0.13
HSL 205º 0.86% 0.47% -
HSV(B) 205º 0.92% 0.87% -
XYZ 22.09 22.95 71.67 -
YUV 110.11 190.58 61.59 -
System Red Green Blue C M Y K H S L
Decimal 17 136 221 0.92 0.38 0 0.13 205 0.86 0.47
Hex 11 88 DD 5C 26 0 D CD 56 2F
Octal 21 210 335 134 46 0 15 315 126 57
Binary 10001 10001000 11011101 1011100 100110 0 1101 11001101 1010110 101111

Color Harmonies of #1188DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1188DD

Black with #1188DD

Text Example


Text Example

White with #1188DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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