Html Css Color HEX #1374FD Dodger Blue

📋 copy color: '#1374FD'

red 19 ◦ green 116 ◦ blue 253

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

Shades of Dodger Blue #1374FD

Tints of Dodger Blue #1374FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 4.9%
G = 29.9%
B = 65.21%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1374FD (or 0x1374FD) is known color: Dodger Blue. HEX triplet: 13, 74 and FD. RGB value is (19,116,253). Sum of RGB (Red+Green+Blue) = 19+116+253=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #1374FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1374FD is #EC8B02. Grayscale: #656565. Windows color (decimal): -15502083 or 16610323. OLE color: 16610323.

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

Color convert

RGB 19 116 253 -
CMYK 0.92 0.54 0 0.01
HSL 215.13º 0.98% 0.53% -
HSV(B) 215.13º 0.92% 0.99% -
XYZ 24.24 19.72 95.46 -
YUV 102.62 212.86 68.36 -
System Red Green Blue C M Y K H S L
Decimal 19 116 253 0.92 0.54 0 0.01 215.13 0.98 0.53
Hex 13 74 FD 5C 36 0 1 D7 62 35
Octal 23 164 375 134 66 0 1 327 142 65
Binary 10011 1110100 11111101 1011100 110110 0 1 11010111 1100010 110101

Color Harmonies of #1374FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1374FD

Black with #1374FD

Text Example


Text Example

White with #1374FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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