Html Css Color HEX #137DED Dodger Blue

📋 copy color: '#137DED'

red 19 ◦ green 125 ◦ blue 237

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

Shades of Dodger Blue #137DED

Tints of Dodger Blue #137DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 237 (92.97% from 255) = 62.2%

R = 4.99%
G = 32.81%
B = 62.2%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#137DED (or 0x137DED) is known color: Dodger Blue. HEX triplet: 13, 7D and ED. RGB value is (19,125,237). Sum of RGB (Red+Green+Blue) = 19+125+237=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #137DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137DED is #EC8212. Grayscale: #696969. Windows color (decimal): -15499795 or 15564051. OLE color: 15564051.

HSL color Cylindrical-coordinate representation of color #137DED: hue angle of 210.83º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137DED is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 125 237 -
CMYK 0.92 0.47 0 0.07
HSL 210.83º 0.86% 0.5% -
HSV(B) 210.83º 0.92% 0.93% -
XYZ 22.89 20.92 82.95 -
YUV 106.07 201.88 65.89 -
System Red Green Blue C M Y K H S L
Decimal 19 125 237 0.92 0.47 0 0.07 210.83 0.86 0.5
Hex 13 7D ED 5C 2F 0 7 D3 56 32
Octal 23 175 355 134 57 0 7 323 126 62
Binary 10011 1111101 11101101 1011100 101111 0 111 11010011 1010110 110010

Color Harmonies of #137DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DED

Black with #137DED

Text Example


Text Example

White with #137DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,237); }

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

background-color css

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

 a { background-color: rgb(19,125,237); }

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

border-color css

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

 span { border-color: rgb(19,125,237); }

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