Html Css Color HEX #137CF3 Dodger Blue

📋 copy color: '#137CF3'

red 19 ◦ green 124 ◦ blue 243

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

Shades of Dodger Blue #137CF3

Tints of Dodger Blue #137CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 62.95%

R = 4.92%
G = 32.12%
B = 62.95%

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

#137CF3 (or 0x137CF3) is known color: Dodger Blue. HEX triplet: 13, 7C and F3. RGB value is (19,124,243). Sum of RGB (Red+Green+Blue) = 19+124+243=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #137CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CF3 is #EC830C. Grayscale: #696969. Windows color (decimal): -15500045 or 15957011. OLE color: 15957011.

HSL color Cylindrical-coordinate representation of color #137CF3: hue angle of 211.88º degrees, saturation: 0.9, 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 #137CF3 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 124 243 -
CMYK 0.92 0.49 0 0.05
HSL 211.88º 0.9% 0.51% -
HSV(B) 211.88º 0.92% 0.95% -
XYZ 23.65 21.02 87.61 -
YUV 106.17 205.21 65.82 -
System Red Green Blue C M Y K H S L
Decimal 19 124 243 0.92 0.49 0 0.05 211.88 0.9 0.51
Hex 13 7C F3 5C 31 0 5 D4 5A 33
Octal 23 174 363 134 61 0 5 324 132 63
Binary 10011 1111100 11110011 1011100 110001 0 101 11010100 1011010 110011

Color Harmonies of #137CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CF3

Black with #137CF3

Text Example


Text Example

White with #137CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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