Html Css Color HEX #137FEA Dodger Blue

📋 copy color: '#137FEA'

red 19 ◦ green 127 ◦ blue 234

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

Shades of Dodger Blue #137FEA

Tints of Dodger Blue #137FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 33.42%

 BLUE value IS 234 (91.8% from 255) = 61.58%

R = 5%
G = 33.42%
B = 61.58%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#137FEA (or 0x137FEA) is known color: Dodger Blue. HEX triplet: 13, 7F and EA. RGB value is (19,127,234). Sum of RGB (Red+Green+Blue) = 19+127+234=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #137FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FEA is #EC8015. Grayscale: #6A6A6A. Windows color (decimal): -15499286 or 15367955. OLE color: 15367955.

HSL color Cylindrical-coordinate representation of color #137FEA: hue angle of 209.86º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137FEA is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 127 234 -
CMYK 0.92 0.46 0 0.08
HSL 209.86º 0.85% 0.5% -
HSV(B) 209.86º 0.92% 0.92% -
XYZ 22.71 21.26 80.75 -
YUV 106.91 199.72 65.3 -
System Red Green Blue C M Y K H S L
Decimal 19 127 234 0.92 0.46 0 0.08 209.86 0.85 0.5
Hex 13 7F EA 5C 2E 0 8 D2 55 32
Octal 23 177 352 134 56 0 10 322 125 62
Binary 10011 1111111 11101010 1011100 101110 0 1000 11010010 1010101 110010

Color Harmonies of #137FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FEA

Black with #137FEA

Text Example


Text Example

White with #137FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,234); }

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

background-color css

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

 a { background-color: rgb(19,127,234); }

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

border-color css

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

 span { border-color: rgb(19,127,234); }

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