#1073FD

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

Shades of Dodger Blue #1073FD

Tints of Dodger Blue #1073FD

Color information

#1073FD (or 0x1073FD) is unknown color: approx Dodger Blue. HEX triplet: 10, 73 and FD. RGB value is (16,115,253). Sum of RGB (Red+Green+Blue) = 16+115+253=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #1073FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1073FD is #EF8C02. Grayscale: #646464. Windows color (decimal): -15698947 or 16610064. OLE color: 16610064.

HSL color Cylindrical-coordinate representation of color #1073FD: hue angle of 214.94º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1073FD is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16115253-
CMYK0.940.5500.01
HSL214.94º98.34%52.75%-
HSV(B)214.94º93.68%99.22%-
XYZ24.0719.4695.42-
YUV101.13213.767.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.17%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 253 (99.22% from 255) = 65.89%
R=4.17%
G=29.95%
B=65.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161152530.940.5500.01214.9498.3452.75
Hex1073FD5E3701d76235
Octal20163375136670132714265
Binary10000111001111111101101111011011101110101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1073FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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