Html Css Color HEX #137CE9 Dodger Blue

📋 copy color: '#137CE9'

red 19 ◦ green 124 ◦ blue 233

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

Shades of Dodger Blue #137CE9

Tints of Dodger Blue #137CE9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 233 (91.41% from 255) = 61.97%

R = 5.05%
G = 32.98%
B = 61.97%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#137CE9 (or 0x137CE9) is known color: Dodger Blue. HEX triplet: 13, 7C and E9. RGB value is (19,124,233). Sum of RGB (Red+Green+Blue) = 19+124+233=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #137CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CE9 is #EC8316. Grayscale: #686868. Windows color (decimal): -15500055 or 15301651. OLE color: 15301651.

HSL color Cylindrical-coordinate representation of color #137CE9: hue angle of 210.56º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137CE9 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 124 233 -
CMYK 0.92 0.47 0 0.09
HSL 210.56º 0.85% 0.49% -
HSV(B) 210.56º 0.92% 0.91% -
XYZ 22.18 20.44 79.87 -
YUV 105.03 200.21 66.64 -
System Red Green Blue C M Y K H S L
Decimal 19 124 233 0.92 0.47 0 0.09 210.56 0.85 0.49
Hex 13 7C E9 5C 2F 0 9 D3 55 31
Octal 23 174 351 134 57 0 11 323 125 61
Binary 10011 1111100 11101001 1011100 101111 0 1001 11010011 1010101 110001

Color Harmonies of #137CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CE9

Black with #137CE9

Text Example


Text Example

White with #137CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,124,233); }

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

background-color css

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

 a { background-color: rgb(19,124,233); }

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

border-color css

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

 span { border-color: rgb(19,124,233); }

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