#137EFB

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

Shades of Dodger Blue #137EFB

Tints of Dodger Blue #137EFB

Color information

#137EFB (or 0x137EFB) is unknown color: approx Dodger Blue. HEX triplet: 13, 7E and FB. RGB value is (19,126,251). Sum of RGB (Red+Green+Blue) = 19+126+251=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #137EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137EFB is #EC8104. Grayscale: #6B6B6B. Windows color (decimal): -15499525 or 16481811. OLE color: 16481811.

HSL color Cylindrical-coordinate representation of color #137EFB: hue angle of 212.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137EFB is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19126251-
CMYK0.920.5000.02
HSL212.33º96.67%52.94%-
HSV(B)212.33º92.43%98.43%-
XYZ25.1422.0394.19-
YUV108.26208.5564.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.80%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 251 (98.44% from 255) = 63.38%
R=4.80%
G=31.82%
B=63.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191262510.920.5000.02212.3396.6752.94
Hex137EFB5C3202d46135
Octal23176373134620232414165
Binary100111111110111110111011100110010010110101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,126,251); }

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

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

 a { background-color: rgb(19,126,251); }

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

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

 span { border-color: rgb(19,126,251); }

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