Html Css Color HEX #1371FD Dodger Blue

📋 copy color: '#1371FD'

red 19 ◦ green 113 ◦ blue 253

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

Shades of Dodger Blue #1371FD

Tints of Dodger Blue #1371FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

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

R = 4.94%
G = 29.35%
B = 65.71%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1371FD (or 0x1371FD) is known color: Dodger Blue. HEX triplet: 13, 71 and FD. RGB value is (19,113,253). Sum of RGB (Red+Green+Blue) = 19+113+253=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #1371FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1371FD is #EC8E02. Grayscale: #646464. Windows color (decimal): -15502851 or 16609555. OLE color: 16609555.

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

Color convert

RGB 19 113 253 -
CMYK 0.92 0.55 0 0.01
HSL 215.9º 0.98% 0.53% -
HSV(B) 215.9º 0.92% 0.99% -
XYZ 23.9 19.04 95.34 -
YUV 100.85 213.86 69.62 -
System Red Green Blue C M Y K H S L
Decimal 19 113 253 0.92 0.55 0 0.01 215.9 0.98 0.53
Hex 13 71 FD 5C 37 0 1 D8 62 35
Octal 23 161 375 134 67 0 1 330 142 65
Binary 10011 1110001 11111101 1011100 110111 0 1 11011000 1100010 110101

Color Harmonies of #1371FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1371FD

Black with #1371FD

Text Example


Text Example

White with #1371FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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