#137CEA

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

Shades of Dodger Blue #137CEA

Tints of Dodger Blue #137CEA

Color information

#137CEA (or 0x137CEA) is unknown color: approx Dodger Blue. HEX triplet: 13, 7C and EA. RGB value is (19,124,234). Sum of RGB (Red+Green+Blue) = 19+124+234=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #137CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CEA is #EC8315. Grayscale: #686868. Windows color (decimal): -15500054 or 15367187. OLE color: 15367187.

HSL color Cylindrical-coordinate representation of color #137CEA: hue angle of 210.7º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137CEA is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19124234-
CMYK0.920.4700.08
HSL210.7º84.98%49.61%-
HSV(B)210.7º91.88%91.76%-
XYZ22.3320.4980.62-
YUV105.14200.7166.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.04%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 234 (91.80% from 255) = 62.07%
R=5.04%
G=32.89%
B=62.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal191242340.920.4700.08210.784.9849.61
Hex137CEA5C2F08d35532
Octal231743521345701032312562
Binary10011111110011101010101110010111101000110100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,124,234); }

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

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

 a { background-color: rgb(19,124,234); }

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

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

 span { border-color: rgb(19,124,234); }

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