#1096F1

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

Shades of Dodger Blue #1096F1

Tints of Dodger Blue #1096F1

Color information

#1096F1 (or 0x1096F1) is unknown color: approx Dodger Blue. HEX triplet: 10, 96 and F1. RGB value is (16,150,241). Sum of RGB (Red+Green+Blue) = 16+150+241=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #1096F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1096F1 is #EF690E. Grayscale: #777777. Windows color (decimal): -15689999 or 15832592. OLE color: 15832592.

HSL color Cylindrical-coordinate representation of color #1096F1: hue angle of 204.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1096F1 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16150241-
CMYK0.930.3800.05
HSL204.27º88.93%50.39%-
HSV(B)204.27º93.36%94.51%-
XYZ2728.2787.25-
YUV120.31196.1153.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.93%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 241 (94.53% from 255) = 59.21%
R=3.93%
G=36.86%
B=59.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161502410.930.3800.05204.2788.9350.39
Hex1096F15D2605cc5932
Octal20226361135460531413162
Binary10000100101101111000110111011001100101110011001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1096F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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