Html Css Color HEX #137EE8 Dodger Blue

📋 copy color: '#137EE8'

red 19 ◦ green 126 ◦ blue 232

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

Shades of Dodger Blue #137EE8

Tints of Dodger Blue #137EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.54%

R = 5.04%
G = 33.42%
B = 61.54%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#137EE8 (or 0x137EE8) is known color: Dodger Blue. HEX triplet: 13, 7E and E8. RGB value is (19,126,232). Sum of RGB (Red+Green+Blue) = 19+126+232=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #137EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137EE8 is #EC8117. Grayscale: #696969. Windows color (decimal): -15499544 or 15236627. OLE color: 15236627.

HSL color Cylindrical-coordinate representation of color #137EE8: hue angle of 209.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137EE8 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 126 232 -
CMYK 0.92 0.46 0 0.09
HSL 209.86º 0.85% 0.49% -
HSV(B) 209.86º 0.92% 0.91% -
XYZ 22.29 20.89 79.2 -
YUV 106.09 199.05 65.88 -
System Red Green Blue C M Y K H S L
Decimal 19 126 232 0.92 0.46 0 0.09 209.86 0.85 0.49
Hex 13 7E E8 5C 2E 0 9 D2 55 31
Octal 23 176 350 134 56 0 11 322 125 61
Binary 10011 1111110 11101000 1011100 101110 0 1001 11010010 1010101 110001

Color Harmonies of #137EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137EE8

Black with #137EE8

Text Example


Text Example

White with #137EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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