#3286EE

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

Shades of Dodger Blue #3286EE

Tints of Dodger Blue #3286EE

Color information

#3286EE (or 0x3286EE) is unknown color: approx Dodger Blue. HEX triplet: 32, 86 and EE. RGB value is (50,134,238). Sum of RGB (Red+Green+Blue) = 50+134+238=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #3286EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3286EE is #CD7911. Grayscale: #787878. Windows color (decimal): -13465874 or 15631922. OLE color: 15631922.

HSL color Cylindrical-coordinate representation of color #3286EE: hue angle of 213.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3286EE is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB50134238-
CMYK0.790.4400.07
HSL213.19º84.68%56.47%-
HSV(B)213.19º78.99%93.33%-
XYZ25.2723.984.17-
YUV120.74194.1777.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.85%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=11.85%
G=31.75%
B=56.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal501342380.790.4400.07213.1984.6856.47
Hex3286EE4F2C07d55538
Octal62206356117540732512570
Binary110010100001101110111010011111011000111110101011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3286EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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