Html Css Color HEX #137FEF Dodger Blue

📋 copy color: '#137FEF'

red 19 ◦ green 127 ◦ blue 239

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

Shades of Dodger Blue #137FEF

Tints of Dodger Blue #137FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 4.94%
G = 32.99%
B = 62.08%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#137FEF (or 0x137FEF) is known color: Dodger Blue. HEX triplet: 13, 7F and EF. RGB value is (19,127,239). Sum of RGB (Red+Green+Blue) = 19+127+239=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #137FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FEF is #EC8010. Grayscale: #6A6A6A. Windows color (decimal): -15499281 or 15695635. OLE color: 15695635.

HSL color Cylindrical-coordinate representation of color #137FEF: hue angle of 210.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137FEF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 127 239 -
CMYK 0.92 0.47 0 0.06
HSL 210.55º 0.87% 0.51% -
HSV(B) 210.55º 0.92% 0.94% -
XYZ 23.44 21.55 84.59 -
YUV 107.48 202.22 64.89 -
System Red Green Blue C M Y K H S L
Decimal 19 127 239 0.92 0.47 0 0.06 210.55 0.87 0.51
Hex 13 7F EF 5C 2F 0 6 D3 57 33
Octal 23 177 357 134 57 0 6 323 127 63
Binary 10011 1111111 11101111 1011100 101111 0 110 11010011 1010111 110011

Color Harmonies of #137FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FEF

Black with #137FEF

Text Example


Text Example

White with #137FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,239); }

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

background-color css

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

 a { background-color: rgb(19,127,239); }

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

border-color css

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

 span { border-color: rgb(19,127,239); }

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