Html Css Color HEX #137DFB Dodger Blue

📋 copy color: '#137DFB'

red 19 ◦ green 125 ◦ blue 251

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

Shades of Dodger Blue #137DFB

Tints of Dodger Blue #137DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 4.81%
G = 31.65%
B = 63.54%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#137DFB (or 0x137DFB) is known color: Dodger Blue. HEX triplet: 13, 7D and FB. RGB value is (19,125,251). Sum of RGB (Red+Green+Blue) = 19+125+251=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #137DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137DFB is #EC8204. Grayscale: #6B6B6B. Windows color (decimal): -15499781 or 16481555. OLE color: 16481555.

HSL color Cylindrical-coordinate representation of color #137DFB: hue angle of 212.59º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137DFB is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 125 251 -
CMYK 0.92 0.50 0 0.02
HSL 212.59º 0.97% 0.53% -
HSV(B) 212.59º 0.92% 0.98% -
XYZ 25.01 21.77 94.15 -
YUV 107.67 208.88 64.75 -
System Red Green Blue C M Y K H S L
Decimal 19 125 251 0.92 0.50 0 0.02 212.59 0.97 0.53
Hex 13 7D FB 5C 32 0 2 D5 61 35
Octal 23 175 373 134 62 0 2 325 141 65
Binary 10011 1111101 11111011 1011100 110010 0 10 11010101 1100001 110101

Color Harmonies of #137DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DFB

Black with #137DFB

Text Example


Text Example

White with #137DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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