Html Css Color HEX #137BFF Dodger Blue

📋 copy color: '#137BFF'

red 19 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #137BFF

Tints of Dodger Blue #137BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.23%

R = 4.79%
G = 30.98%
B = 64.23%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#137BFF (or 0x137BFF) is known color: Dodger Blue. HEX triplet: 13, 7B and FF. RGB value is (19,123,255). Sum of RGB (Red+Green+Blue) = 19+123+255=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #137BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BFF is #EC8400. Grayscale: #6A6A6A. Windows color (decimal): -15500289 or 16743187. OLE color: 16743187.

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

Color convert

RGB 19 123 255 -
CMYK 0.93 0.52 0 0
HSL 213.56º 1% 0.54% -
HSV(B) 213.56º 0.93% 1% -
XYZ 25.4 21.52 97.42 -
YUV 106.95 211.54 65.27 -
System Red Green Blue C M Y K H S L
Decimal 19 123 255 0.93 0.52 0 0 213.56 1 0.54
Hex 13 7B FF 5D 34 0 0 D6 64 36
Octal 23 173 377 135 64 0 0 326 144 66
Binary 10011 1111011 11111111 1011101 110100 0 0 11010110 1100100 110110

Color Harmonies of #137BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BFF

Black with #137BFF

Text Example


Text Example

White with #137BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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