Html Css Color HEX #137CEA Dodger Blue

📋 copy color: '#137CEA'

red 19 ◦ green 124 ◦ blue 234

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

Shades of Dodger Blue #137CEA

Tints of Dodger Blue #137CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 5.04%
G = 32.89%
B = 62.07%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#137CEA (or 0x137CEA) is known color: Dodger Blue. HEX triplet: 13, 7C and EA. RGB value is (19,124,234). Sum of RGB (Red+Green+Blue) = 19+124+234=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #137CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CEA is #EC8315. Grayscale: #686868. Windows color (decimal): -15500054 or 15367187. OLE color: 15367187.

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

Color convert

RGB 19 124 234 -
CMYK 0.92 0.47 0 0.08
HSL 210.7º 0.85% 0.5% -
HSV(B) 210.7º 0.92% 0.92% -
XYZ 22.33 20.49 80.62 -
YUV 105.15 200.71 66.56 -
System Red Green Blue C M Y K H S L
Decimal 19 124 234 0.92 0.47 0 0.08 210.7 0.85 0.5
Hex 13 7C EA 5C 2F 0 8 D3 55 32
Octal 23 174 352 134 57 0 10 323 125 62
Binary 10011 1111100 11101010 1011100 101111 0 1000 11010011 1010101 110010

Color Harmonies of #137CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CEA

Black with #137CEA

Text Example


Text Example

White with #137CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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