#1386FA

Color #1386FA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1386FA

Tints of Dodger Blue #1386FA

Color information

#1386FA (or 0x1386FA) is unknown color: approx Dodger Blue. HEX triplet: 13, 86 and FA. RGB value is (19,134,250). Sum of RGB (Red+Green+Blue) = 19+134+250=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #1386FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1386FA is #EC7905. Grayscale: #707070. Windows color (decimal): -15497478 or 16418323. OLE color: 16418323.

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

Color convert

RGB19134250-
CMYK0.920.4600.02
HSL210.13º95.85%52.75%-
HSV(B)210.13º92.4%98.04%-
XYZ26.0524.0993.72-
YUV112.84205.461.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.71%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 250 (98.05% from 255) = 62.03%
R=4.71%
G=33.25%
B=62.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191342500.920.4600.02210.1395.8552.75
Hex1386FA5C2E02d26035
Octal23206372134560232214065
Binary1001110000110111110101011100101110010110100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1386FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1386FA;
 }
 .AnyTagClassName
 {
   color: #1386FA;
 }
</style>
background-color css

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

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

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

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

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

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