Html Css Color HEX #137BFB Dodger Blue

📋 copy color: '#137BFB'

red 19 ◦ green 123 ◦ blue 251

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

Shades of Dodger Blue #137BFB

Tints of Dodger Blue #137BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 4.83%
G = 31.3%
B = 63.87%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#137BFB (or 0x137BFB) is known color: Dodger Blue. HEX triplet: 13, 7B and FB. RGB value is (19,123,251). Sum of RGB (Red+Green+Blue) = 19+123+251=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #137BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BFB is #EC8404. Grayscale: #696969. Windows color (decimal): -15500293 or 16481043. OLE color: 16481043.

HSL color Cylindrical-coordinate representation of color #137BFB: hue angle of 213.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137BFB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 123 251 -
CMYK 0.92 0.51 0 0.02
HSL 213.1º 0.97% 0.53% -
HSV(B) 213.1º 0.92% 0.98% -
XYZ 24.76 21.27 94.07 -
YUV 106.5 209.54 65.59 -
System Red Green Blue C M Y K H S L
Decimal 19 123 251 0.92 0.51 0 0.02 213.1 0.97 0.53
Hex 13 7B FB 5C 33 0 2 D5 61 35
Octal 23 173 373 134 63 0 2 325 141 65
Binary 10011 1111011 11111011 1011100 110011 0 10 11010101 1100001 110101

Color Harmonies of #137BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BFB

Black with #137BFB

Text Example


Text Example

White with #137BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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