Html Css Color HEX #1386EB Dodger Blue

📋 copy color: '#1386EB'

red 19 ◦ green 134 ◦ blue 235

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

Shades of Dodger Blue #1386EB

Tints of Dodger Blue #1386EB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

 BLUE value IS 235 (92.19% from 255) = 60.57%

R = 4.9%
G = 34.54%
B = 60.57%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1386EB (or 0x1386EB) is known color: Dodger Blue. HEX triplet: 13, 86 and EB. RGB value is (19,134,235). Sum of RGB (Red+Green+Blue) = 19+134+235=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #1386EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1386EB is #EC7914. Grayscale: #6E6E6E. Windows color (decimal): -15497493 or 15435283. OLE color: 15435283.

HSL color Cylindrical-coordinate representation of color #1386EB: hue angle of 208.06º 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 #1386EB is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 134 235 -
CMYK 0.92 0.43 0 0.08
HSL 208.06º 0.85% 0.5% -
HSV(B) 208.06º 0.92% 0.92% -
XYZ 23.79 23.19 81.82 -
YUV 111.13 197.9 62.29 -
System Red Green Blue C M Y K H S L
Decimal 19 134 235 0.92 0.43 0 0.08 208.06 0.85 0.5
Hex 13 86 EB 5C 2B 0 8 D0 55 32
Octal 23 206 353 134 53 0 10 320 125 62
Binary 10011 10000110 11101011 1011100 101011 0 1000 11010000 1010101 110010

Color Harmonies of #1386EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1386EB

Black with #1386EB

Text Example


Text Example

White with #1386EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1386EB; }

 p { color: rgb(19,134,235); }

 H1.HeaderClassName
 {
   color: #1386EB;
 }
 .AnyTagClassName
 {
   color: #1386EB;
 }
</style>

background-color css

<style>
 a { background-color: #1386EB; }

 a { background-color: rgb(19,134,235); }

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

border-color css

<style>
 span { border-color: #1386EB; }

 span { border-color: rgb(19,134,235); }

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