#1191E2

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

Shades of Dodger Blue #1191E2

Tints of Dodger Blue #1191E2

Color information

#1191E2 (or 0x1191E2) is unknown color: approx Dodger Blue. HEX triplet: 11, 91 and E2. RGB value is (17,145,226). Sum of RGB (Red+Green+Blue) = 17+145+226=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 226 (88.67% from 255 or 58.25% from 388); Max value from RGB is 226 - color contains mainly: blue. Hex color #1191E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1191E2 is #EE6E1D. Grayscale: #737373. Windows color (decimal): -15625758 or 14848273. OLE color: 14848273.

HSL color Cylindrical-coordinate representation of color #1191E2: hue angle of 203.25º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1191E2 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17145226-
CMYK0.920.3600.11
HSL203.25º86.01%47.65%-
HSV(B)203.25º92.48%88.63%-
XYZ24.0825.8675.67-
YUV115.96190.0957.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.38%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 226 (88.67% from 255) = 58.25%
R=4.38%
G=37.37%
B=58.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal171452260.920.3600.11203.2586.0147.65
Hex1191E25C240Bcb5630
Octal212213421344401331312660
Binary100011001000111100010101110010010001011110010111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1191E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1191E2; }

 p { color: rgb(17,145,226); }

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

<style>
 a { background-color: #1191E2; }

 a { background-color: rgb(17,145,226); }

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

<style>
 span { border-color: #1191E2; }

 span { border-color: rgb(17,145,226); }

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