#1286FD

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

Shades of Dodger Blue #1286FD

Tints of Dodger Blue #1286FD

Color information

#1286FD (or 0x1286FD) is unknown color: approx Dodger Blue. HEX triplet: 12, 86 and FD. RGB value is (18,134,253). Sum of RGB (Red+Green+Blue) = 18+134+253=405 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.44% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #1286FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1286FD is #ED7902. Grayscale: #707070. Windows color (decimal): -15563011 or 16614930. OLE color: 16614930.

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

Color convert

RGB18134253-
CMYK0.930.4700.01
HSL210.38º98.33%53.14%-
HSV(B)210.38º92.89%99.22%-
XYZ26.524.2796.22-
YUV112.88207.0760.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.44%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 253 (99.22% from 255) = 62.47%
R=4.44%
G=33.09%
B=62.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181342530.930.4700.01210.3898.3353.14
Hex1286FD5D2F01d26235
Octal22206375135570132214265
Binary100101000011011111101101110110111101110100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1286FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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