#137DF2

Color #137DF2 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #137DF2

Tints of Dodger Blue #137DF2

Color information

#137DF2 (or 0x137DF2) is unknown color: approx Dodger Blue. HEX triplet: 13, 7D and F2. RGB value is (19,125,242). Sum of RGB (Red+Green+Blue) = 19+125+242=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #137DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137DF2 is #EC820D. Grayscale: #6A6A6A. Windows color (decimal): -15499790 or 15891731. OLE color: 15891731.

HSL color Cylindrical-coordinate representation of color #137DF2: hue angle of 211.48º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137DF2 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19125242-
CMYK0.920.4800.05
HSL211.48º89.56%51.18%-
HSV(B)211.48º92.15%94.9%-
XYZ23.6321.2286.85-
YUV106.64204.3865.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.92%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 242 (94.92% from 255) = 62.69%
R=4.92%
G=32.38%
B=62.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191252420.920.4800.05211.4889.5651.18
Hex137DF25C3005d35a33
Octal23175362134600532313263
Binary1001111111011111001010111001100000101110100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #137DF2;
 }
 .AnyTagClassName
 {
   color: #137DF2;
 }
</style>
background-color css

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

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

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

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

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

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