Html Css Color HEX #1463FD Dodger Blue

📋 copy color: '#1463FD'

red 20 ◦ green 99 ◦ blue 253

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

Shades of Dodger Blue #1463FD

Tints of Dodger Blue #1463FD

RGB

 RED value IS 20 (8.2% from 255) = 5.38%

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

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

R = 5.38%
G = 26.61%
B = 68.01%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1463FD (or 0x1463FD) is known color: Dodger Blue. HEX triplet: 14, 63 and FD. RGB value is (20,99,253). Sum of RGB (Red+Green+Blue) = 20+99+253=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #1463FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1463FD is #EB9C02. Grayscale: #5C5C5C. Windows color (decimal): -15440899 or 16605972. OLE color: 16605972.

HSL color Cylindrical-coordinate representation of color #1463FD: hue angle of 219.66º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1463FD is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 99 253 -
CMYK 0.92 0.61 0 0.01
HSL 219.66º 0.98% 0.54% -
HSV(B) 219.66º 0.92% 0.99% -
XYZ 22.48 16.16 94.86 -
YUV 92.94 218.33 75.98 -
System Red Green Blue C M Y K H S L
Decimal 20 99 253 0.92 0.61 0 0.01 219.66 0.98 0.54
Hex 14 63 FD 5C 3D 0 1 DC 62 36
Octal 24 143 375 134 75 0 1 334 142 66
Binary 10100 1100011 11111101 1011100 111101 0 1 11011100 1100010 110110

Color Harmonies of #1463FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1463FD

Black with #1463FD

Text Example


Text Example

White with #1463FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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