Html Css Color HEX #137EF1 Dodger Blue

📋 copy color: '#137EF1'

red 19 ◦ green 126 ◦ blue 241

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

Shades of Dodger Blue #137EF1

Tints of Dodger Blue #137EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 241 (94.53% from 255) = 62.44%

R = 4.92%
G = 32.64%
B = 62.44%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#137EF1 (or 0x137EF1) is known color: Dodger Blue. HEX triplet: 13, 7E and F1. RGB value is (19,126,241). Sum of RGB (Red+Green+Blue) = 19+126+241=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #137EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137EF1 is #EC810E. Grayscale: #6A6A6A. Windows color (decimal): -15499535 or 15826451. OLE color: 15826451.

HSL color Cylindrical-coordinate representation of color #137EF1: hue angle of 211.08º degrees, saturation: 0.89, 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 #137EF1 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 126 241 -
CMYK 0.92 0.48 0 0.05
HSL 211.08º 0.89% 0.51% -
HSV(B) 211.08º 0.92% 0.95% -
XYZ 23.61 21.41 86.11 -
YUV 107.12 203.55 65.15 -
System Red Green Blue C M Y K H S L
Decimal 19 126 241 0.92 0.48 0 0.05 211.08 0.89 0.51
Hex 13 7E F1 5C 30 0 5 D3 59 33
Octal 23 176 361 134 60 0 5 323 131 63
Binary 10011 1111110 11110001 1011100 110000 0 101 11010011 1011001 110011

Color Harmonies of #137EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137EF1

Black with #137EF1

Text Example


Text Example

White with #137EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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