Html Css Color HEX #137EEC Dodger Blue

📋 copy color: '#137EEC'

red 19 ◦ green 126 ◦ blue 236

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

Shades of Dodger Blue #137EEC

Tints of Dodger Blue #137EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 4.99%
G = 33.07%
B = 61.94%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#137EEC (or 0x137EEC) is known color: Dodger Blue. HEX triplet: 13, 7E and EC. RGB value is (19,126,236). Sum of RGB (Red+Green+Blue) = 19+126+236=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #137EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137EEC is #EC8113. Grayscale: #6A6A6A. Windows color (decimal): -15499540 or 15498771. OLE color: 15498771.

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

Color convert

RGB 19 126 236 -
CMYK 0.92 0.47 0 0.07
HSL 210.41º 0.85% 0.5% -
HSV(B) 210.41º 0.92% 0.93% -
XYZ 22.87 21.12 82.23 -
YUV 106.55 201.05 65.56 -
System Red Green Blue C M Y K H S L
Decimal 19 126 236 0.92 0.47 0 0.07 210.41 0.85 0.5
Hex 13 7E EC 5C 2F 0 7 D2 55 32
Octal 23 176 354 134 57 0 7 322 125 62
Binary 10011 1111110 11101100 1011100 101111 0 111 11010010 1010101 110010

Color Harmonies of #137EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137EEC

Black with #137EEC

Text Example


Text Example

White with #137EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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