Html Css Color HEX #137EE9 Dodger Blue

📋 copy color: '#137EE9'

red 19 ◦ green 126 ◦ blue 233

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

Shades of Dodger Blue #137EE9

Tints of Dodger Blue #137EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 61.64%

R = 5.03%
G = 33.33%
B = 61.64%

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

#137EE9 (or 0x137EE9) is known color: Dodger Blue. HEX triplet: 13, 7E and E9. RGB value is (19,126,233). Sum of RGB (Red+Green+Blue) = 19+126+233=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 233 (91.41% from 255 or 61.64% from 378); Max value from RGB is 233 - color contains mainly: blue. Hex color #137EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137EE9 is #EC8116. Grayscale: #696969. Windows color (decimal): -15499543 or 15302163. OLE color: 15302163.

HSL color Cylindrical-coordinate representation of color #137EE9: hue angle of 210º 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 #137EE9 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 126 233 -
CMYK 0.92 0.46 0 0.09
HSL 210º 0.85% 0.49% -
HSV(B) 210º 0.92% 0.91% -
XYZ 22.44 20.94 79.95 -
YUV 106.21 199.55 65.8 -
System Red Green Blue C M Y K H S L
Decimal 19 126 233 0.92 0.46 0 0.09 210 0.85 0.49
Hex 13 7E E9 5C 2E 0 9 D2 55 31
Octal 23 176 351 134 56 0 11 322 125 61
Binary 10011 1111110 11101001 1011100 101110 0 1001 11010010 1010101 110001

Color Harmonies of #137EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137EE9

Black with #137EE9

Text Example


Text Example

White with #137EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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