Html Css Color HEX #137EEE Dodger Blue

📋 copy color: '#137EEE'

red 19 ◦ green 126 ◦ blue 238

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

Shades of Dodger Blue #137EEE

Tints of Dodger Blue #137EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

 BLUE value IS 238 (93.36% from 255) = 62.14%

R = 4.96%
G = 32.9%
B = 62.14%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#137EEE (or 0x137EEE) is known color: Dodger Blue. HEX triplet: 13, 7E and EE. RGB value is (19,126,238). Sum of RGB (Red+Green+Blue) = 19+126+238=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #137EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137EEE is #EC8111. Grayscale: #6A6A6A. Windows color (decimal): -15499538 or 15629843. OLE color: 15629843.

HSL color Cylindrical-coordinate representation of color #137EEE: hue angle of 210.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137EEE is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 126 238 -
CMYK 0.92 0.47 0 0.07
HSL 210.68º 0.87% 0.5% -
HSV(B) 210.68º 0.92% 0.93% -
XYZ 23.16 21.23 83.77 -
YUV 106.78 202.05 65.39 -
System Red Green Blue C M Y K H S L
Decimal 19 126 238 0.92 0.47 0 0.07 210.68 0.87 0.5
Hex 13 7E EE 5C 2F 0 7 D3 57 32
Octal 23 176 356 134 57 0 7 323 127 62
Binary 10011 1111110 11101110 1011100 101111 0 111 11010011 1010111 110010

Color Harmonies of #137EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137EEE

Black with #137EEE

Text Example


Text Example

White with #137EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,126,238); }

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

background-color css

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

 a { background-color: rgb(19,126,238); }

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

border-color css

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

 span { border-color: rgb(19,126,238); }

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