Html Css Color HEX #137BF7 Dodger Blue

📋 copy color: '#137BF7'

red 19 ◦ green 123 ◦ blue 247

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

Shades of Dodger Blue #137BF7

Tints of Dodger Blue #137BF7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

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

R = 4.88%
G = 31.62%
B = 63.5%

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

#137BF7 (or 0x137BF7) is known color: Dodger Blue. HEX triplet: 13, 7B and F7. RGB value is (19,123,247). Sum of RGB (Red+Green+Blue) = 19+123+247=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #137BF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BF7 is #EC8408. Grayscale: #696969. Windows color (decimal): -15500297 or 16218899. OLE color: 16218899.

HSL color Cylindrical-coordinate representation of color #137BF7: hue angle of 212.63º 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 #137BF7 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 123 247 -
CMYK 0.92 0.50 0 0.03
HSL 212.63º 0.93% 0.52% -
HSV(B) 212.63º 0.92% 0.97% -
XYZ 24.14 21.02 90.78 -
YUV 106.04 207.54 65.92 -
System Red Green Blue C M Y K H S L
Decimal 19 123 247 0.92 0.50 0 0.03 212.63 0.93 0.52
Hex 13 7B F7 5C 32 0 3 D5 5D 34
Octal 23 173 367 134 62 0 3 325 135 64
Binary 10011 1111011 11110111 1011100 110010 0 11 11010101 1011101 110100

Color Harmonies of #137BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BF7

Black with #137BF7

Text Example


Text Example

White with #137BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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