#3386FF

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

Shades of Dodger Blue #3386FF

Tints of Dodger Blue #3386FF

Color information

#3386FF (or 0x3386FF) is unknown color: approx Dodger Blue. HEX triplet: 33, 86 and FF. RGB value is (51,134,255). Sum of RGB (Red+Green+Blue) = 51+134+255=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #3386FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3386FF is #CC7900. Grayscale: #7A7A7A. Windows color (decimal): -13400321 or 16746035. OLE color: 16746035.

HSL color Cylindrical-coordinate representation of color #3386FF: hue angle of 215.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3386FF is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51134255-
CMYK0.80.4700
HSL215.59º100%60%-
HSV(B)215.59º80%100%-
XYZ27.9424.9797.96-
YUV122.98202.576.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.59%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 255 (100% from 255) = 57.95%
R=11.59%
G=30.45%
B=57.95%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511342550.80.4700215.5910060
Hex3386FF502F00d8643c
Octal63206377120570033014474
Binary1100111000011011111111101000010111100110110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3386FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3386FF; }

 p { color: rgb(51,134,255); }

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

<style>
 a { background-color: #3386FF; }

 a { background-color: rgb(51,134,255); }

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

<style>
 span { border-color: #3386FF; }

 span { border-color: rgb(51,134,255); }

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