#1192F4

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

Shades of Dodger Blue #1192F4

Tints of Dodger Blue #1192F4

Color information

#1192F4 (or 0x1192F4) is unknown color: approx Dodger Blue. HEX triplet: 11, 92 and F4. RGB value is (17,146,244). Sum of RGB (Red+Green+Blue) = 17+146+244=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 244 (95.70% from 255 or 59.95% from 407); Max value from RGB is 244 - color contains mainly: blue. Hex color #1192F4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1192F4 is #EE6D0B. Grayscale: #767676. Windows color (decimal): -15625484 or 16028177. OLE color: 16028177.

HSL color Cylindrical-coordinate representation of color #1192F4: hue angle of 205.9º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1192F4 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17146244-
CMYK0.930.4000.04
HSL205.9º91.16%51.18%-
HSV(B)205.9º93.03%95.69%-
XYZ26.8427.2189.43-
YUV118.6198.7655.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.18%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 244 (95.70% from 255) = 59.95%
R=4.18%
G=35.87%
B=59.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171462440.930.4000.04205.991.1651.18
Hex1192F45D2804ce5b33
Octal21222364135500431613363
Binary10001100100101111010010111011010000100110011101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1192F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1192F4; }

 p { color: rgb(17,146,244); }

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

<style>
 a { background-color: #1192F4; }

 a { background-color: rgb(17,146,244); }

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

<style>
 span { border-color: #1192F4; }

 span { border-color: rgb(17,146,244); }

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