#1071FD

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

Shades of Dodger Blue #1071FD

Tints of Dodger Blue #1071FD

Color information

#1071FD (or 0x1071FD) is unknown color: approx Dodger Blue. HEX triplet: 10, 71 and FD. RGB value is (16,113,253). Sum of RGB (Red+Green+Blue) = 16+113+253=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #1071FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1071FD is #EF8E02. Grayscale: #636363. Windows color (decimal): -15699459 or 16609552. OLE color: 16609552.

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

Color convert

RGB16113253-
CMYK0.940.5500.01
HSL215.44º98.34%52.75%-
HSV(B)215.44º93.68%99.22%-
XYZ23.8519.0195.34-
YUV99.96214.3668.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.19%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 253 (99.22% from 255) = 66.23%
R=4.19%
G=29.58%
B=66.23%

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
Decimal161132530.940.5500.01215.4498.3452.75
Hex1071FD5E3701d76235
Octal20161375136670132714265
Binary10000111000111111101101111011011101110101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1071FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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