Html Css Color HEX #137DFE Dodger Blue

📋 copy color: '#137DFE'

red 19 ◦ green 125 ◦ blue 254

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

Shades of Dodger Blue #137DFE

Tints of Dodger Blue #137DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 4.77%
G = 31.41%
B = 63.82%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#137DFE (or 0x137DFE) is known color: Dodger Blue. HEX triplet: 13, 7D and FE. RGB value is (19,125,254). Sum of RGB (Red+Green+Blue) = 19+125+254=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #137DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137DFE is #EC8201. Grayscale: #6B6B6B. Windows color (decimal): -15499778 or 16678163. OLE color: 16678163.

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

Color convert

RGB 19 125 254 -
CMYK 0.93 0.51 0 0.00
HSL 212.94º 0.99% 0.54% -
HSV(B) 212.94º 0.93% 1% -
XYZ 25.49 21.96 96.66 -
YUV 108.01 210.38 64.51 -
System Red Green Blue C M Y K H S L
Decimal 19 125 254 0.93 0.51 0 0.00 212.94 0.99 0.54
Hex 13 7D FE 5D 33 0 0 D5 63 36
Octal 23 175 376 135 63 0 0 325 143 66
Binary 10011 1111101 11111110 1011101 110011 0 0 11010101 1100011 110110

Color Harmonies of #137DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DFE

Black with #137DFE

Text Example


Text Example

White with #137DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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