#1192FF

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

Shades of Dodger Blue #1192FF

Tints of Dodger Blue #1192FF

Color information

#1192FF (or 0x1192FF) is unknown color: approx Dodger Blue. HEX triplet: 11, 92 and FF. RGB value is (17,146,255). Sum of RGB (Red+Green+Blue) = 17+146+255=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #1192FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1192FF is #EE6D00. Grayscale: #777777. Windows color (decimal): -15625473 or 16749073. OLE color: 16749073.

HSL color Cylindrical-coordinate representation of color #1192FF: hue angle of 207.48º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1192FF is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17146255-
CMYK0.930.4300
HSL207.48º100%53.33%-
HSV(B)207.48º93.33%100%-
XYZ28.5627.998.49-
YUV119.85204.2654.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.07%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 255 (100% from 255) = 61.00%
R=4.07%
G=34.93%
B=61.00%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171462550.930.4300207.4810053.33
Hex1192FF5D2B00cf6435
Octal21222377135530031714465
Binary100011001001011111111101110110101100110011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1192FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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