Html Css Color HEX #137BEB Dodger Blue

📋 copy color: '#137BEB'

red 19 ◦ green 123 ◦ blue 235

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

Shades of Dodger Blue #137BEB

Tints of Dodger Blue #137BEB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 5.04%
G = 32.63%
B = 62.33%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#137BEB (or 0x137BEB) is known color: Dodger Blue. HEX triplet: 13, 7B and EB. RGB value is (19,123,235). Sum of RGB (Red+Green+Blue) = 19+123+235=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #137BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BEB is #EC8414. Grayscale: #686868. Windows color (decimal): -15500309 or 15432467. OLE color: 15432467.

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

Color convert

RGB 19 123 235 -
CMYK 0.92 0.48 0 0.08
HSL 211.11º 0.85% 0.5% -
HSV(B) 211.11º 0.92% 0.92% -
XYZ 22.35 20.3 81.34 -
YUV 104.67 201.54 66.89 -
System Red Green Blue C M Y K H S L
Decimal 19 123 235 0.92 0.48 0 0.08 211.11 0.85 0.5
Hex 13 7B EB 5C 30 0 8 D3 55 32
Octal 23 173 353 134 60 0 10 323 125 62
Binary 10011 1111011 11101011 1011100 110000 0 1000 11010011 1010101 110010

Color Harmonies of #137BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BEB

Black with #137BEB

Text Example


Text Example

White with #137BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,123,235); }

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

background-color css

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

 a { background-color: rgb(19,123,235); }

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

border-color css

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

 span { border-color: rgb(19,123,235); }

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