Html Css Color HEX #137AFB Dodger Blue

📋 copy color: '#137AFB'

red 19 ◦ green 122 ◦ blue 251

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

Shades of Dodger Blue #137AFB

Tints of Dodger Blue #137AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

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

R = 4.85%
G = 31.12%
B = 64.03%

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

#137AFB (or 0x137AFB) is known color: Dodger Blue. HEX triplet: 13, 7A and FB. RGB value is (19,122,251). Sum of RGB (Red+Green+Blue) = 19+122+251=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #137AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AFB is #EC8504. Grayscale: #696969. Windows color (decimal): -15500549 or 16480787. OLE color: 16480787.

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

Color convert

RGB 19 122 251 -
CMYK 0.92 0.51 0 0.02
HSL 213.36º 0.97% 0.53% -
HSV(B) 213.36º 0.92% 0.98% -
XYZ 24.64 21.02 94.03 -
YUV 105.91 209.88 66.01 -
System Red Green Blue C M Y K H S L
Decimal 19 122 251 0.92 0.51 0 0.02 213.36 0.97 0.53
Hex 13 7A FB 5C 33 0 2 D5 61 35
Octal 23 172 373 134 63 0 2 325 141 65
Binary 10011 1111010 11111011 1011100 110011 0 10 11010101 1100001 110101

Color Harmonies of #137AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AFB

Black with #137AFB

Text Example


Text Example

White with #137AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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