Html Css Color HEX #137DF7 Dodger Blue

📋 copy color: '#137DF7'

red 19 ◦ green 125 ◦ blue 247

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

Shades of Dodger Blue #137DF7

Tints of Dodger Blue #137DF7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 247 (96.88% from 255) = 63.17%

R = 4.86%
G = 31.97%
B = 63.17%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#137DF7 (or 0x137DF7) is known color: Dodger Blue. HEX triplet: 13, 7D and F7. RGB value is (19,125,247). Sum of RGB (Red+Green+Blue) = 19+125+247=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 247 (96.88% from 255 or 63.17% from 391); Max value from RGB is 247 - color contains mainly: blue. Hex color #137DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137DF7 is #EC8208. Grayscale: #6A6A6A. Windows color (decimal): -15499785 or 16219411. OLE color: 16219411.

HSL color Cylindrical-coordinate representation of color #137DF7: hue angle of 212.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137DF7 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 125 247 -
CMYK 0.92 0.49 0 0.03
HSL 212.11º 0.93% 0.52% -
HSV(B) 212.11º 0.92% 0.97% -
XYZ 24.39 21.52 90.86 -
YUV 107.21 206.88 65.08 -
System Red Green Blue C M Y K H S L
Decimal 19 125 247 0.92 0.49 0 0.03 212.11 0.93 0.52
Hex 13 7D F7 5C 31 0 3 D4 5D 34
Octal 23 175 367 134 61 0 3 324 135 64
Binary 10011 1111101 11110111 1011100 110001 0 11 11010100 1011101 110100

Color Harmonies of #137DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DF7

Black with #137DF7

Text Example


Text Example

White with #137DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137DF7; }

 p { color: rgb(19,125,247); }

 H1.HeaderClassName
 {
   color: #137DF7;
 }
 .AnyTagClassName
 {
   color: #137DF7;
 }
</style>

background-color css

<style>
 a { background-color: #137DF7; }

 a { background-color: rgb(19,125,247); }

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

border-color css

<style>
 span { border-color: #137DF7; }

 span { border-color: rgb(19,125,247); }

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