Html Css Color HEX #1376FD Dodger Blue

📋 copy color: '#1376FD'

red 19 ◦ green 118 ◦ blue 253

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

Shades of Dodger Blue #1376FD

Tints of Dodger Blue #1376FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.26%

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

R = 4.87%
G = 30.26%
B = 64.87%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1376FD (or 0x1376FD) is known color: Dodger Blue. HEX triplet: 13, 76 and FD. RGB value is (19,118,253). Sum of RGB (Red+Green+Blue) = 19+118+253=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #1376FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1376FD is #EC8902. Grayscale: #676767. Windows color (decimal): -15501571 or 16610835. OLE color: 16610835.

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

Color convert

RGB 19 118 253 -
CMYK 0.92 0.53 0 0.01
HSL 214.62º 0.98% 0.53% -
HSV(B) 214.62º 0.92% 0.99% -
XYZ 24.48 20.19 95.53 -
YUV 103.79 212.2 67.52 -
System Red Green Blue C M Y K H S L
Decimal 19 118 253 0.92 0.53 0 0.01 214.62 0.98 0.53
Hex 13 76 FD 5C 35 0 1 D7 62 35
Octal 23 166 375 134 65 0 1 327 142 65
Binary 10011 1110110 11111101 1011100 110101 0 1 11010111 1100010 110101

Color Harmonies of #1376FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376FD

Black with #1376FD

Text Example


Text Example

White with #1376FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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