Html Css Color HEX #137DFF Dodger Blue

📋 copy color: '#137DFF'

red 19 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #137DFF

Tints of Dodger Blue #137DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.91%

R = 4.76%
G = 31.33%
B = 63.91%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#137DFF (or 0x137DFF) is known color: Dodger Blue. HEX triplet: 13, 7D and FF. RGB value is (19,125,255). Sum of RGB (Red+Green+Blue) = 19+125+255=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #137DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137DFF is #EC8200. Grayscale: #6B6B6B. Windows color (decimal): -15499777 or 16743699. OLE color: 16743699.

HSL color Cylindrical-coordinate representation of color #137DFF: hue angle of 213.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #137DFF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 125 255 -
CMYK 0.93 0.51 0 0
HSL 213.05º 1% 0.54% -
HSV(B) 213.05º 0.93% 1% -
XYZ 25.65 22.03 97.51 -
YUV 108.13 210.88 64.43 -
System Red Green Blue C M Y K H S L
Decimal 19 125 255 0.93 0.51 0 0 213.05 1 0.54
Hex 13 7D FF 5D 33 0 0 D5 64 36
Octal 23 175 377 135 63 0 0 325 144 66
Binary 10011 1111101 11111111 1011101 110011 0 0 11010101 1100100 110110

Color Harmonies of #137DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DFF

Black with #137DFF

Text Example


Text Example

White with #137DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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