#1096F9

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

Shades of Dodger Blue #1096F9

Tints of Dodger Blue #1096F9

Color information

#1096F9 (or 0x1096F9) is unknown color: approx Dodger Blue. HEX triplet: 10, 96 and F9. RGB value is (16,150,249). Sum of RGB (Red+Green+Blue) = 16+150+249=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #1096F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1096F9 is #EF6906. Grayscale: #787878. Windows color (decimal): -15689991 or 16356880. OLE color: 16356880.

HSL color Cylindrical-coordinate representation of color #1096F9: hue angle of 205.49º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1096F9 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16150249-
CMYK0.940.4000.02
HSL205.49º95.1%51.96%-
HSV(B)205.49º93.57%97.65%-
XYZ28.2228.7693.69-
YUV121.22200.1152.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.86%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 249 (97.66% from 255) = 60%
R=3.86%
G=36.14%
B=60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161502490.940.4000.02205.4995.151.96
Hex1096F95E2802cd5f34
Octal20226371136500231513764
Binary1000010010110111110011011110101000010110011011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1096F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1096F9; }

 p { color: rgb(16,150,249); }

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

<style>
 a { background-color: #1096F9; }

 a { background-color: rgb(16,150,249); }

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

<style>
 span { border-color: #1096F9; }

 span { border-color: rgb(16,150,249); }

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