Html Css Color HEX #1189E9 Dodger Blue

📋 copy color: '#1189E9'

red 17 ◦ green 137 ◦ blue 233

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

Shades of Dodger Blue #1189E9

Tints of Dodger Blue #1189E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 60.21%

R = 4.39%
G = 35.4%
B = 60.21%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1189E9 (or 0x1189E9) is known color: Dodger Blue. HEX triplet: 11, 89 and E9. RGB value is (17,137,233). Sum of RGB (Red+Green+Blue) = 17+137+233=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 233 (91.41% from 255 or 60.21% from 387); Max value from RGB is 233 - color contains mainly: blue. Hex color #1189E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1189E9 is #EE7616. Grayscale: #6F6F6F. Windows color (decimal): -15627799 or 15304977. OLE color: 15304977.

HSL color Cylindrical-coordinate representation of color #1189E9: hue angle of 206.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1189E9 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 17 137 233 -
CMYK 0.93 0.41 0 0.09
HSL 206.67º 0.86% 0.49% -
HSV(B) 206.67º 0.93% 0.91% -
XYZ 23.88 23.89 80.44 -
YUV 112.06 196.24 60.19 -
System Red Green Blue C M Y K H S L
Decimal 17 137 233 0.93 0.41 0 0.09 206.67 0.86 0.49
Hex 11 89 E9 5D 29 0 9 CF 56 31
Octal 21 211 351 135 51 0 11 317 126 61
Binary 10001 10001001 11101001 1011101 101001 0 1001 11001111 1010110 110001

Color Harmonies of #1189E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189E9

Black with #1189E9

Text Example


Text Example

White with #1189E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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