#1070FC

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

Shades of Dodger Blue #1070FC

Tints of Dodger Blue #1070FC

Color information

#1070FC (or 0x1070FC) is unknown color: approx Dodger Blue. HEX triplet: 10, 70 and FC. RGB value is (16,112,252). Sum of RGB (Red+Green+Blue) = 16+112+252=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #1070FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1070FC is #EF8F03. Grayscale: #626262. Windows color (decimal): -15699716 or 16543760. OLE color: 16543760.

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

Color convert

RGB16112252-
CMYK0.940.5600.01
HSL215.59º97.52%52.55%-
HSV(B)215.59º93.65%98.82%-
XYZ23.5818.7394.47-
YUV99.26214.268.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.21%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 252 (98.83% from 255) = 66.32%
R=4.21%
G=29.47%
B=66.32%

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
Decimal161122520.940.5600.01215.5997.5252.55
Hex1070FC5E3801d86235
Octal20160374136700133014265
Binary10000111000011111100101111011100001110110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1070FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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