#1191E3

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

Shades of Dodger Blue #1191E3

Tints of Dodger Blue #1191E3

Color information

#1191E3 (or 0x1191E3) is unknown color: approx Dodger Blue. HEX triplet: 11, 91 and E3. RGB value is (17,145,227). Sum of RGB (Red+Green+Blue) = 17+145+227=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 227 (89.06% from 255 or 58.35% from 389); Max value from RGB is 227 - color contains mainly: blue. Hex color #1191E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1191E3 is #EE6E1C. Grayscale: #737373. Windows color (decimal): -15625757 or 14913809. OLE color: 14913809.

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

Color convert

RGB17145227-
CMYK0.930.3600.11
HSL203.43º86.07%47.84%-
HSV(B)203.43º92.51%89.02%-
XYZ24.2225.9276.4-
YUV116.08190.5957.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.37%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 227 (89.06% from 255) = 58.35%
R=4.37%
G=37.28%
B=58.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal171452270.930.3600.11203.4386.0747.84
Hex1191E35D240Bcb5630
Octal212213431354401331312660
Binary100011001000111100011101110110010001011110010111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1191E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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