Html Css Color HEX #137AFF Dodger Blue

📋 copy color: '#137AFF'

red 19 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #137AFF

Tints of Dodger Blue #137AFF

RGB

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

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

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

R = 4.8%
G = 30.81%
B = 64.39%

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

#137AFF (or 0x137AFF) is known color: Dodger Blue. HEX triplet: 13, 7A and FF. RGB value is (19,122,255). Sum of RGB (Red+Green+Blue) = 19+122+255=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #137AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AFF is #EC8500. Grayscale: #696969. Windows color (decimal): -15500545 or 16742931. OLE color: 16742931.

HSL color Cylindrical-coordinate representation of color #137AFF: hue angle of 213.81º 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 #137AFF is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 122 255 -
CMYK 0.93 0.52 0 0
HSL 213.81º 1% 0.54% -
HSV(B) 213.81º 0.93% 1% -
XYZ 25.28 21.28 97.38 -
YUV 106.37 211.88 65.69 -
System Red Green Blue C M Y K H S L
Decimal 19 122 255 0.93 0.52 0 0 213.81 1 0.54
Hex 13 7A FF 5D 34 0 0 D6 64 36
Octal 23 172 377 135 64 0 0 326 144 66
Binary 10011 1111010 11111111 1011101 110100 0 0 11010110 1100100 110110

Color Harmonies of #137AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AFF

Black with #137AFF

Text Example


Text Example

White with #137AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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