Html Css Color HEX #1386EC Dodger Blue

📋 copy color: '#1386EC'

red 19 ◦ green 134 ◦ blue 236

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

Shades of Dodger Blue #1386EC

Tints of Dodger Blue #1386EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.67%

R = 4.88%
G = 34.45%
B = 60.67%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1386EC (or 0x1386EC) is known color: Dodger Blue. HEX triplet: 13, 86 and EC. RGB value is (19,134,236). Sum of RGB (Red+Green+Blue) = 19+134+236=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #1386EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1386EC is #EC7913. Grayscale: #6E6E6E. Windows color (decimal): -15497492 or 15500819. OLE color: 15500819.

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

Color convert

RGB 19 134 236 -
CMYK 0.92 0.43 0 0.07
HSL 208.2º 0.85% 0.5% -
HSV(B) 208.2º 0.92% 0.93% -
XYZ 23.93 23.24 82.58 -
YUV 111.24 198.4 62.21 -
System Red Green Blue C M Y K H S L
Decimal 19 134 236 0.92 0.43 0 0.07 208.2 0.85 0.5
Hex 13 86 EC 5C 2B 0 7 D0 55 32
Octal 23 206 354 134 53 0 7 320 125 62
Binary 10011 10000110 11101100 1011100 101011 0 111 11010000 1010101 110010

Color Harmonies of #1386EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1386EC

Black with #1386EC

Text Example


Text Example

White with #1386EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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