#3280F6

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

Shades of Dodger Blue #3280F6

Tints of Dodger Blue #3280F6

Color information

#3280F6 (or 0x3280F6) is unknown color: approx Dodger Blue. HEX triplet: 32, 80 and F6. RGB value is (50,128,246). Sum of RGB (Red+Green+Blue) = 50+128+246=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #3280F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3280F6 is #CD7F09. Grayscale: #757575. Windows color (decimal): -13467402 or 16154674. OLE color: 16154674.

HSL color Cylindrical-coordinate representation of color #3280F6: hue angle of 216.12º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3280F6 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB50128246-
CMYK0.800.4800.04
HSL216.12º91.59%58.04%-
HSV(B)216.12º79.67%96.47%-
XYZ25.6722.7790.23-
YUV118.13200.1679.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.79%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 246 (96.48% from 255) = 58.02%
R=11.79%
G=30.19%
B=58.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal501282460.800.4800.04216.1291.5958.04
Hex3280F6503004d85c3a
Octal62200366120600433013472
Binary110010100000001111011010100001100000100110110001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3280F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3280F6; }

 p { color: rgb(50,128,246); }

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

<style>
 a { background-color: #3280F6; }

 a { background-color: rgb(50,128,246); }

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

<style>
 span { border-color: #3280F6; }

 span { border-color: rgb(50,128,246); }

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