#1073F9

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

Shades of Dodger Blue #1073F9

Tints of Dodger Blue #1073F9

Color information

#1073F9 (or 0x1073F9) is unknown color: approx Dodger Blue. HEX triplet: 10, 73 and F9. RGB value is (16,115,249). Sum of RGB (Red+Green+Blue) = 16+115+249=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #1073F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1073F9 is #EF8C06. Grayscale: #646464. Windows color (decimal): -15698951 or 16347920. OLE color: 16347920.

HSL color Cylindrical-coordinate representation of color #1073F9: hue angle of 214.51º 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 #1073F9 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16115249-
CMYK0.940.5400.02
HSL214.51º95.1%51.96%-
HSV(B)214.51º93.57%97.65%-
XYZ23.4419.2192.1-
YUV100.68211.767.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.21%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 249 (97.66% from 255) = 65.53%
R=4.21%
G=30.26%
B=65.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161152490.940.5400.02214.5195.151.96
Hex1073F95E3602d75f34
Octal20163371136660232713764
Binary100001110011111110011011110110110010110101111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1073F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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