Html Css Color HEX #1363FD Dodger Blue

📋 copy color: '#1363FD'

red 19 ◦ green 99 ◦ blue 253

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

Shades of Dodger Blue #1363FD

Tints of Dodger Blue #1363FD

RGB

 RED value IS 19 (7.81% from 255) = 5.12%

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

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

R = 5.12%
G = 26.68%
B = 68.19%

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

#1363FD (or 0x1363FD) is known color: Dodger Blue. HEX triplet: 13, 63 and FD. RGB value is (19,99,253). Sum of RGB (Red+Green+Blue) = 19+99+253=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #1363FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1363FD is #EC9C02. Grayscale: #5B5B5B. Windows color (decimal): -15506435 or 16605971. OLE color: 16605971.

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

Color convert

RGB 19 99 253 -
CMYK 0.92 0.61 0 0.01
HSL 219.49º 0.98% 0.53% -
HSV(B) 219.49º 0.92% 0.99% -
XYZ 22.46 16.15 94.86 -
YUV 92.64 218.5 75.48 -
System Red Green Blue C M Y K H S L
Decimal 19 99 253 0.92 0.61 0 0.01 219.49 0.98 0.53
Hex 13 63 FD 5C 3D 0 1 DB 62 35
Octal 23 143 375 134 75 0 1 333 142 65
Binary 10011 1100011 11111101 1011100 111101 0 1 11011011 1100010 110101

Color Harmonies of #1363FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363FD

Black with #1363FD

Text Example


Text Example

White with #1363FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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