Html Css Color HEX #1386FD Dodger Blue

📋 copy color: '#1386FD'

red 19 ◦ green 134 ◦ blue 253

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

Shades of Dodger Blue #1386FD

Tints of Dodger Blue #1386FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 4.68%
G = 33%
B = 62.32%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1386FD (or 0x1386FD) is known color: Dodger Blue. HEX triplet: 13, 86 and FD. RGB value is (19,134,253). Sum of RGB (Red+Green+Blue) = 19+134+253=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #1386FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1386FD is #EC7902. Grayscale: #707070. Windows color (decimal): -15497475 or 16614931. OLE color: 16614931.

HSL color Cylindrical-coordinate representation of color #1386FD: hue angle of 210.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1386FD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 134 253 -
CMYK 0.92 0.47 0 0.01
HSL 210.51º 0.98% 0.53% -
HSV(B) 210.51º 0.92% 0.99% -
XYZ 26.52 24.28 96.22 -
YUV 113.18 206.9 60.82 -
System Red Green Blue C M Y K H S L
Decimal 19 134 253 0.92 0.47 0 0.01 210.51 0.98 0.53
Hex 13 86 FD 5C 2F 0 1 D3 62 35
Octal 23 206 375 134 57 0 1 323 142 65
Binary 10011 10000110 11111101 1011100 101111 0 1 11010011 1100010 110101

Color Harmonies of #1386FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1386FD

Black with #1386FD

Text Example


Text Example

White with #1386FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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