Html Css Color HEX #137CF7 Dodger Blue

📋 copy color: '#137CF7'

red 19 ◦ green 124 ◦ blue 247

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

Shades of Dodger Blue #137CF7

Tints of Dodger Blue #137CF7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

 BLUE value IS 247 (96.88% from 255) = 63.33%

R = 4.87%
G = 31.79%
B = 63.33%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#137CF7 (or 0x137CF7) is known color: Dodger Blue. HEX triplet: 13, 7C and F7. RGB value is (19,124,247). Sum of RGB (Red+Green+Blue) = 19+124+247=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #137CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CF7 is #EC8308. Grayscale: #6A6A6A. Windows color (decimal): -15500041 or 16219155. OLE color: 16219155.

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

Color convert

RGB 19 124 247 -
CMYK 0.92 0.50 0 0.03
HSL 212.37º 0.93% 0.52% -
HSV(B) 212.37º 0.92% 0.97% -
XYZ 24.26 21.27 90.82 -
YUV 106.63 207.21 65.5 -
System Red Green Blue C M Y K H S L
Decimal 19 124 247 0.92 0.50 0 0.03 212.37 0.93 0.52
Hex 13 7C F7 5C 32 0 3 D4 5D 34
Octal 23 174 367 134 62 0 3 324 135 64
Binary 10011 1111100 11110111 1011100 110010 0 11 11010100 1011101 110100

Color Harmonies of #137CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CF7

Black with #137CF7

Text Example


Text Example

White with #137CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,124,247); }

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

background-color css

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

 a { background-color: rgb(19,124,247); }

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

border-color css

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

 span { border-color: rgb(19,124,247); }

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