Html Css Color HEX #1189DF Dodger Blue

📋 copy color: '#1189DF'

red 17 ◦ green 137 ◦ blue 223

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

Shades of Dodger Blue #1189DF

Tints of Dodger Blue #1189DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 4.51%
G = 36.34%
B = 59.15%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1189DF (or 0x1189DF) is known color: Dodger Blue. HEX triplet: 11, 89 and DF. RGB value is (17,137,223). Sum of RGB (Red+Green+Blue) = 17+137+223=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #1189DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1189DF is #EE7620. Grayscale: #6E6E6E. Windows color (decimal): -15627809 or 14649617. OLE color: 14649617.

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

Color convert

RGB 17 137 223 -
CMYK 0.92 0.39 0 0.13
HSL 205.05º 0.86% 0.47% -
HSV(B) 205.05º 0.92% 0.87% -
XYZ 22.5 23.34 73.13 -
YUV 110.92 191.24 61.01 -
System Red Green Blue C M Y K H S L
Decimal 17 137 223 0.92 0.39 0 0.13 205.05 0.86 0.47
Hex 11 89 DF 5C 27 0 D CD 56 2F
Octal 21 211 337 134 47 0 15 315 126 57
Binary 10001 10001001 11011111 1011100 100111 0 1101 11001101 1010110 101111

Color Harmonies of #1189DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189DF

Black with #1189DF

Text Example


Text Example

White with #1189DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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