Html Css Color HEX #1386FE Dodger Blue

📋 copy color: '#1386FE'

red 19 ◦ green 134 ◦ blue 254

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

Shades of Dodger Blue #1386FE

Tints of Dodger Blue #1386FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.41%

R = 4.67%
G = 32.92%
B = 62.41%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1386FE (or 0x1386FE) is known color: Dodger Blue. HEX triplet: 13, 86 and FE. RGB value is (19,134,254). Sum of RGB (Red+Green+Blue) = 19+134+254=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #1386FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1386FE is #EC7901. Grayscale: #707070. Windows color (decimal): -15497474 or 16680467. OLE color: 16680467.

HSL color Cylindrical-coordinate representation of color #1386FE: hue angle of 210.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1386FE is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 134 254 -
CMYK 0.93 0.47 0 0.00
HSL 210.64º 0.99% 0.54% -
HSV(B) 210.64º 0.93% 1% -
XYZ 26.68 24.34 97.06 -
YUV 113.3 207.4 60.74 -
System Red Green Blue C M Y K H S L
Decimal 19 134 254 0.93 0.47 0 0.00 210.64 0.99 0.54
Hex 13 86 FE 5D 2F 0 0 D3 63 36
Octal 23 206 376 135 57 0 0 323 143 66
Binary 10011 10000110 11111110 1011101 101111 0 0 11010011 1100011 110110

Color Harmonies of #1386FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1386FE

Black with #1386FE

Text Example


Text Example

White with #1386FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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