Html Css Color HEX #137CF1 Dodger Blue

📋 copy color: '#137CF1'

red 19 ◦ green 124 ◦ blue 241

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

Shades of Dodger Blue #137CF1

Tints of Dodger Blue #137CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 62.76%

R = 4.95%
G = 32.29%
B = 62.76%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#137CF1 (or 0x137CF1) is known color: Dodger Blue. HEX triplet: 13, 7C and F1. RGB value is (19,124,241). Sum of RGB (Red+Green+Blue) = 19+124+241=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #137CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CF1 is #EC830E. Grayscale: #696969. Windows color (decimal): -15500047 or 15825939. OLE color: 15825939.

HSL color Cylindrical-coordinate representation of color #137CF1: hue angle of 211.62º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137CF1 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 124 241 -
CMYK 0.92 0.49 0 0.05
HSL 211.62º 0.89% 0.51% -
HSV(B) 211.62º 0.92% 0.95% -
XYZ 23.35 20.9 86.02 -
YUV 105.94 204.21 65.99 -
System Red Green Blue C M Y K H S L
Decimal 19 124 241 0.92 0.49 0 0.05 211.62 0.89 0.51
Hex 13 7C F1 5C 31 0 5 D4 59 33
Octal 23 174 361 134 61 0 5 324 131 63
Binary 10011 1111100 11110001 1011100 110001 0 101 11010100 1011001 110011

Color Harmonies of #137CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CF1

Black with #137CF1

Text Example


Text Example

White with #137CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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