#1196EF

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

Shades of Dodger Blue #1196EF

Tints of Dodger Blue #1196EF

Color information

#1196EF (or 0x1196EF) is unknown color: approx Dodger Blue. HEX triplet: 11, 96 and EF. RGB value is (17,150,239). Sum of RGB (Red+Green+Blue) = 17+150+239=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #1196EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1196EF is #EE6910. Grayscale: #777777. Windows color (decimal): -15624465 or 15701521. OLE color: 15701521.

HSL color Cylindrical-coordinate representation of color #1196EF: hue angle of 204.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1196EF is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17150239-
CMYK0.930.3700.06
HSL204.05º87.4%50.2%-
HSV(B)204.05º92.89%93.73%-
XYZ26.7228.1685.69-
YUV120.38194.9454.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.19%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 239 (93.75% from 255) = 58.87%
R=4.19%
G=36.95%
B=58.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171502390.930.3700.06204.0587.450.2
Hex1196EF5D2506cc5732
Octal21226357135450631412762
Binary10001100101101110111110111011001010110110011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1196EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1196EF; }

 p { color: rgb(17,150,239); }

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

<style>
 a { background-color: #1196EF; }

 a { background-color: rgb(17,150,239); }

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

<style>
 span { border-color: #1196EF; }

 span { border-color: rgb(17,150,239); }

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

cancel