Html Css Color HEX #1064FD Dodger Blue

📋 copy color: '#1064FD'

red 16 ◦ green 100 ◦ blue 253

#1064FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1064FD

Tints of Dodger Blue #1064FD

RGB

 RED value IS 16 (6.64% from 255) = 4.34%

 GREEN value IS 100 (39.45% from 255) = 27.1%

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 4.34%
G = 27.1%
B = 68.56%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1064FD (or 0x1064FD) is known color: 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

RGB 16 100 253 -
CMYK 0.94 0.60 0 0.01
HSL 218.73º 0.98% 0.53% -
HSV(B) 218.73º 0.94% 0.99% -
XYZ 22.5 16.32 94.89 -
YUV 92.33 218.67 73.56 -
System Red Green Blue C M Y K H S L
Decimal 16 100 253 0.94 0.60 0 0.01 218.73 0.98 0.53
Hex 10 64 FD 5E 3C 0 1 DB 62 35
Octal 20 144 375 136 74 0 1 333 142 65
Binary 10000 1100100 11111101 1011110 111100 0 1 11011011 1100010 110101

Color Harmonies of #1064FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1064FD

Black with #1064FD

Text Example


Text Example

White with #1064FD

Text Example


Text Example

HTML Codes & Css Web 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>