Html Css Color HEX #137AEA Dodger Blue

📋 copy color: '#137AEA'

red 19 ◦ green 122 ◦ blue 234

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

Shades of Dodger Blue #137AEA

Tints of Dodger Blue #137AEA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 5.07%
G = 32.53%
B = 62.4%

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

#137AEA (or 0x137AEA) is known color: Dodger Blue. HEX triplet: 13, 7A and EA. RGB value is (19,122,234). Sum of RGB (Red+Green+Blue) = 19+122+234=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #137AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AEA is #EC8515. Grayscale: #676767. Windows color (decimal): -15500566 or 15366675. OLE color: 15366675.

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

Color convert

RGB 19 122 234 -
CMYK 0.92 0.48 0 0.08
HSL 211.26º 0.85% 0.5% -
HSV(B) 211.26º 0.92% 0.92% -
XYZ 22.08 20 80.54 -
YUV 103.97 201.38 67.39 -
System Red Green Blue C M Y K H S L
Decimal 19 122 234 0.92 0.48 0 0.08 211.26 0.85 0.5
Hex 13 7A EA 5C 30 0 8 D3 55 32
Octal 23 172 352 134 60 0 10 323 125 62
Binary 10011 1111010 11101010 1011100 110000 0 1000 11010011 1010101 110010

Color Harmonies of #137AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AEA

Black with #137AEA

Text Example


Text Example

White with #137AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,122,234); }

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

background-color css

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

 a { background-color: rgb(19,122,234); }

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

border-color css

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

 span { border-color: rgb(19,122,234); }

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