Html Css Color HEX #1189DD Dodger Blue

📋 copy color: '#1189DD'

red 17 ◦ green 137 ◦ blue 221

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

Shades of Dodger Blue #1189DD

Tints of Dodger Blue #1189DD

RGB

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

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

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

R = 4.53%
G = 36.53%
B = 58.93%

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

#1189DD (or 0x1189DD) is known color: Dodger Blue. HEX triplet: 11, 89 and DD. RGB value is (17,137,221). Sum of RGB (Red+Green+Blue) = 17+137+221=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #1189DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1189DD is #EE7622. Grayscale: #6E6E6E. Windows color (decimal): -15627811 or 14518545. OLE color: 14518545.

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

Color convert

RGB 17 137 221 -
CMYK 0.92 0.38 0 0.13
HSL 204.71º 0.86% 0.47% -
HSV(B) 204.71º 0.92% 0.87% -
XYZ 22.23 23.23 71.72 -
YUV 110.7 190.24 61.17 -
System Red Green Blue C M Y K H S L
Decimal 17 137 221 0.92 0.38 0 0.13 204.71 0.86 0.47
Hex 11 89 DD 5C 26 0 D CD 56 2F
Octal 21 211 335 134 46 0 15 315 126 57
Binary 10001 10001001 11011101 1011100 100110 0 1101 11001101 1010110 101111

Color Harmonies of #1189DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189DD

Black with #1189DD

Text Example


Text Example

White with #1189DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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