#3286F7

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

Shades of Dodger Blue #3286F7

Tints of Dodger Blue #3286F7

Color information

#3286F7 (or 0x3286F7) is unknown color: approx Dodger Blue. HEX triplet: 32, 86 and F7. RGB value is (50,134,247). Sum of RGB (Red+Green+Blue) = 50+134+247=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 247 (96.88% from 255 or 57.31% from 431); Max value from RGB is 247 - color contains mainly: blue. Hex color #3286F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3286F7 is #CD7908. Grayscale: #797979. Windows color (decimal): -13465865 or 16221746. OLE color: 16221746.

HSL color Cylindrical-coordinate representation of color #3286F7: hue angle of 214.42º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3286F7 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB50134247-
CMYK0.800.4600.03
HSL214.42º92.49%58.24%-
HSV(B)214.42º79.76%96.86%-
XYZ26.6324.4491.31-
YUV121.77198.6776.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.60%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 247 (96.88% from 255) = 57.31%
R=11.60%
G=31.09%
B=57.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal501342470.800.4600.03214.4292.4958.24
Hex3286F7502E03d65c3a
Octal62206367120560332613472
Binary11001010000110111101111010000101110011110101101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3286F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3286F7; }

 p { color: rgb(50,134,247); }

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

<style>
 a { background-color: #3286F7; }

 a { background-color: rgb(50,134,247); }

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

<style>
 span { border-color: #3286F7; }

 span { border-color: rgb(50,134,247); }

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