Html Css Color HEX #1063FD Dodger Blue

📋 copy color: '#1063FD'

red 16 ◦ green 99 ◦ blue 253

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

Shades of Dodger Blue #1063FD

Tints of Dodger Blue #1063FD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

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

R = 4.35%
G = 26.9%
B = 68.75%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1063FD (or 0x1063FD) is known color: Dodger Blue. HEX triplet: 10, 63 and FD. RGB value is (16,99,253). Sum of RGB (Red+Green+Blue) = 16+99+253=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #1063FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1063FD is #EF9C02. Grayscale: #5B5B5B. Windows color (decimal): -15703043 or 16605968. OLE color: 16605968.

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

Color convert

RGB 16 99 253 -
CMYK 0.94 0.61 0 0.01
HSL 218.99º 0.98% 0.53% -
HSV(B) 218.99º 0.94% 0.99% -
XYZ 22.41 16.13 94.86 -
YUV 91.74 219 73.98 -
System Red Green Blue C M Y K H S L
Decimal 16 99 253 0.94 0.61 0 0.01 218.99 0.98 0.53
Hex 10 63 FD 5E 3D 0 1 DB 62 35
Octal 20 143 375 136 75 0 1 333 142 65
Binary 10000 1100011 11111101 1011110 111101 0 1 11011011 1100010 110101

Color Harmonies of #1063FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063FD

Black with #1063FD

Text Example


Text Example

White with #1063FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1063FD;
 }
 .AnyTagClassName
 {
   color: #1063FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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