#1070FD

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

Shades of Dodger Blue #1070FD

Tints of Dodger Blue #1070FD

Color information

#1070FD (or 0x1070FD) is unknown color: approx Dodger Blue. HEX triplet: 10, 70 and FD. RGB value is (16,112,253). Sum of RGB (Red+Green+Blue) = 16+112+253=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #1070FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1070FD is #EF8F02. Grayscale: #626262. Windows color (decimal): -15699715 or 16609296. OLE color: 16609296.

HSL color Cylindrical-coordinate representation of color #1070FD: hue angle of 215.7º 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 #1070FD is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16112253-
CMYK0.940.5600.01
HSL215.7º98.34%52.75%-
HSV(B)215.7º93.68%99.22%-
XYZ23.7418.7995.3-
YUV99.37214.768.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.20%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 253 (99.22% from 255) = 66.40%
R=4.20%
G=29.40%
B=66.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161122530.940.5600.01215.798.3452.75
Hex1070FD5E3801d86235
Octal20160375136700133014265
Binary10000111000011111101101111011100001110110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1070FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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