#1189EC

Color #1189EC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1189EC

Tints of Dodger Blue #1189EC

Color information

#1189EC (or 0x1189EC) is unknown color: approx Dodger Blue. HEX triplet: 11, 89 and EC. RGB value is (17,137,236). Sum of RGB (Red+Green+Blue) = 17+137+236=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #1189EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1189EC is #EE7613. Grayscale: #6F6F6F. Windows color (decimal): -15627796 or 15501585. OLE color: 15501585.

HSL color Cylindrical-coordinate representation of color #1189EC: hue angle of 207.12º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1189EC is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17137236-
CMYK0.930.4200.07
HSL207.12º86.56%49.61%-
HSV(B)207.12º92.8%92.55%-
XYZ24.3224.0782.72-
YUV112.41197.7459.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.36%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 236 (92.58% from 255) = 60.51%
R=4.36%
G=35.13%
B=60.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171372360.930.4200.07207.1286.5649.61
Hex1189EC5D2A07cf5732
Octal21211354135520731712762
Binary10001100010011110110010111011010100111110011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1189EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1189EC;
 }
 .AnyTagClassName
 {
   color: #1189EC;
 }
</style>
background-color css

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

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

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

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

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

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