#1064FD

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

Shades of Dodger Blue #1064FD

Tints of Dodger Blue #1064FD

Color information

#1064FD (or 0x1064FD) is unknown color: approx Dodger Blue. HEX triplet: 10, 64 and FD. RGB value is (16,100,253). Sum of RGB (Red+Green+Blue) = 16+100+253=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #1064FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1064FD is #EF9B02. Grayscale: #5B5B5B. Windows color (decimal): -15702787 or 16606224. OLE color: 16606224.

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

Color convert

RGB16100253-
CMYK0.940.6000.01
HSL218.73º98.34%52.75%-
HSV(B)218.73º93.68%99.22%-
XYZ22.516.3294.89-
YUV92.33218.6773.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.34%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 253 (99.22% from 255) = 68.56%
R=4.34%
G=27.10%
B=68.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161002530.940.6000.01218.7398.3452.75
Hex1064FD5E3C01db6235
Octal20144375136740133314265
Binary10000110010011111101101111011110001110110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1064FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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